diff --git a/src/app/page.tsx b/src/app/page.tsx index 75f9048..4fc2b1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "New Arrivals", href: "/products?sort=new" }, { label: "Best Sellers", href: "/products?sort=popular" }, { label: "On Sale", href: "/products?filter=sale" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Careers", href: "/careers" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/contact" }, { label: "Shipping Info", href: "/shipping" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -59,8 +55,7 @@ export default function HomePage() { ], }, { - title: "Follow", - items: [ + title: "Follow", items: [ { label: "Facebook", href: "https://facebook.com/echostore" }, { label: "Instagram", href: "https://instagram.com/echostore" }, { label: "Twitter", href: "https://twitter.com/echostore" }, @@ -76,7 +71,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -101,7 +96,7 @@ export default function HomePage() {