From cc0327171ab86454cc067d54ec52b652fc6b0013 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:10:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 +++++++++-------------------------------------- 1 file changed, 53 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa1df96..1b6421a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Store", href: "/store" }, { label: "Creator Dashboard", href: "/creator-dashboard" }, { label: "Pricing", href: "#pricing" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Contact", href: "/contact" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/docs" }, { label: "API Reference", href: "/docs/api" }, { label: "Creator Guide", href: "/guide" }, @@ -52,8 +49,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy", href: "/privacy" }, { label: "Terms", href: "/terms" }, { label: "License", href: "/license" }, @@ -69,7 +65,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -85,9 +81,7 @@ export default function HomePage() { { name: "Blog", id: "blog" }, ]} button={{ - text: "Start Selling", - href: "/dashboard", - }} + text: "Start Selling", href: "/dashboard"}} animateOnLoad={true} /> @@ -96,16 +90,12 @@ export default function HomePage() { ); -} \ No newline at end of file +}