diff --git a/app/about/page.tsx b/app/about/page.tsx index 50bea94..11b3d74 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -49,10 +49,11 @@ export default function About() {

- Generally the above four members are who interact with others - throughout our day to day. They handle our work, our social relationships, - and our broader plans for life. In addition, our system has another - internally-focused member who you will likely not meet unless you seek it out: + Generally unless you know us well, the above three members are who you + will be interacting with day to day. They handle the majority of our work, + conversations, and decisions throughout the day. In addition though, if you + get to know us better you will likely meet one or more of the following more + private members:

{nonfeaturedMembers.map((member: Member) => { const style = { "--member-color": member.color } as React.CSSProperties diff --git a/app/page.tsx b/app/page.tsx index b044b16..507f1d7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,3 @@ -import React from 'react' import Link from 'next/link' import styles from '~/styles/index.module.css' @@ -7,8 +6,8 @@ export default function Index() { return (

- Hi, we're tempest! And we also go by ashe. We're a median plural - system of four members, but most of the time you'll probably see us + Hi, we're tempest! We're a median plural + system of six members, but most of the time you'll probably see us operating as one

@@ -16,17 +15,14 @@ export default function Index() {

At a glance

- Names: - ashe or ashelyn - Pronouns: - they/them + they/it Cohort: millenial Orientation: - ace + ace . . . ish Partners: several diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index f4917b7..3937e85 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -3,7 +3,7 @@ import Link from 'next/link' export default function Footer() { return (