diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/about/page.tsx | 9 | ||||
-rw-r--r-- | app/page.tsx | 12 |
2 files changed, 9 insertions, 12 deletions
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() { </main> <div className={styles.summary}> <p> - 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: </p> {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 ( <main className="mainColumn"> <p> - 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 </p> @@ -16,17 +15,14 @@ export default function Index() { <h2>At a glance</h2> <div className={styles.glance}> - <span className={styles.label}>Names:</span> - <span>ashe or ashelyn</span> - <span className={styles.label}>Pronouns:</span> - <span>they/them</span> + <span>they/it</span> <span className={styles.label}>Cohort:</span> <span>millenial</span> <span className={styles.label}>Orientation:</span> - <span>ace</span> + <span>ace . . . ish</span> <span className={styles.label}>Partners:</span> <span>several</span> |