From 45e0e98b6992e86887ec58d0926c7bddb141190a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:24:28 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 57 +++++++++++++--------------------------- 1 file changed, 18 insertions(+), 39 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e087a1a..c245632 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,7 +14,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -47,47 +47,30 @@ export default function ContactPage() { @@ -96,8 +79,7 @@ export default function ContactPage() { 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" }, @@ -105,8 +87,7 @@ export default function ContactPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Travel Guides", href: "/guides" }, { label: "Member Stories", href: "/stories" }, { label: "Blog", href: "/blog" }, @@ -114,8 +95,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Contact", href: "/contact" }, @@ -123,8 +103,7 @@ export default function ContactPage() { ], }, { - title: "Safety & Legal", - items: [ + title: "Safety & Legal", items: [ { label: "Safety Guidelines", href: "/safety" }, { label: "Terms of Service", href: "/terms" }, { label: "Privacy Policy", href: "/privacy" }, -- 2.49.1 From dabe5b106c2f234841a9c37418f4bc3a8f16de5b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:24:28 +0000 Subject: [PATCH 2/3] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 99 +++++++++++------------------------ 1 file changed, 30 insertions(+), 69 deletions(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 4c29957..431ff6c 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -15,7 +15,7 @@ export default function HowItWorksPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -39,57 +39,39 @@ export default function HowItWorksPage() { @@ -155,8 +120,7 @@ export default function HowItWorksPage() { 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" }, @@ -164,8 +128,7 @@ export default function HowItWorksPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Travel Guides", href: "/guides" }, { label: "Member Stories", href: "/stories" }, { label: "Blog", href: "/blog" }, @@ -173,8 +136,7 @@ export default function HowItWorksPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Contact", href: "/contact" }, @@ -182,8 +144,7 @@ export default function HowItWorksPage() { ], }, { - title: "Safety & Legal", - items: [ + title: "Safety & Legal", items: [ { label: "Safety Guidelines", href: "/safety" }, { label: "Terms of Service", href: "/terms" }, { label: "Privacy Policy", href: "/privacy" }, -- 2.49.1 From bbce6e00ad4a8e060d2a86c7434febd64d785caf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:24:29 +0000 Subject: [PATCH 3/3] 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" }, -- 2.49.1