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" },
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" },
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" },