From d0dfc7fa3be64142a27cf86340e51e766eeef319 Mon Sep 17 00:00:00 2001 From: Francis Tran Date: Thu, 14 May 2026 11:08:54 -0500 Subject: [PATCH 1/9] Remove "hero" and background style for Nav --- src/app/page.tsx | 54 +++++++++++++++++++++--------------------- src/components/Nav.tsx | 3 --- 2 files changed, 27 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13ed10e7..fd5d82af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,38 +27,38 @@ export default async function Home() { return ( <> -
-
-

- -

-

- An intimate tech community for all,{' '} - - optimized for{' '} - you - -

-
+
+

+ +

-
-
-

- Virtual Coffee is a tech community where friendships are formed - and support is given to people at all stages of their journey. - Join our laid-back twice-weekly conversations and our online - events to connect with people who share your passion for - technology. -

+

+ An intimate tech community for all,{' '} + + optimized for{' '} + you + +

+
-

- Anyone can join! Whether you're thinking about getting into - tech or have been in it for decades. -

-
+
+
+

+ Virtual Coffee is a tech community where friendships are formed + and support is given to people at all stages of their journey. + Join our laid-back twice-weekly conversations and our online + events to connect with people who share your passion for + technology. +

+ +

+ Anyone can join! Whether you're thinking about getting into + tech or have been in it for decades. +

+

What we're up to

diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 8a5fd407..0f7dfbdf 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -64,9 +64,6 @@ export default function Nav() {