From bbce6e00ad4a8e060d2a86c7434febd64d785caf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:24:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 160 +++++++++++++---------------------------------- 1 file changed, 44 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c88da3d..fb11d80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -43,13 +43,13 @@ export default function HomePage() { @@ -178,65 +146,29 @@ export default function HomePage() { @@ -266,8 +198,7 @@ export default function HomePage() { logoText="Travel Together" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Browse Groups", href: "/groups" }, { label: "Create Group", href: "/create-group" }, { label: "How It Works", href: "/how-it-works" }, @@ -275,8 +206,7 @@ export default function HomePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Travel Guides", href: "/guides" }, { label: "Member Stories", href: "/stories" }, { label: "Blog", href: "/blog" }, @@ -284,8 +214,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Contact", href: "/contact" }, @@ -293,8 +222,7 @@ export default function HomePage() { ], }, { - title: "Safety & Legal", - items: [ + title: "Safety & Legal", items: [ { label: "Safety Guidelines", href: "/safety" }, { label: "Terms of Service", href: "/terms" }, { label: "Privacy Policy", href: "/privacy" },