From 751f00a3a50930494d236b7907fdb1d08931eb79 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:40:15 +0000 Subject: [PATCH] Update src/app/generator/page.tsx --- src/app/generator/page.tsx | 84 ++++++++++---------------------------- 1 file changed, 21 insertions(+), 63 deletions(-) diff --git a/src/app/generator/page.tsx b/src/app/generator/page.tsx index 3b08b21..5cd707f 100644 --- a/src/app/generator/page.tsx +++ b/src/app/generator/page.tsx @@ -20,8 +20,7 @@ export default function GeneratorPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Generator", href: "/generator" }, { label: "Pricing", href: "/pricing" }, { label: "Dashboard", href: "/dashboard" }, @@ -29,8 +28,7 @@ export default function GeneratorPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Guides", href: "/guides" }, { label: "FAQ", href: "#faq" }, @@ -38,8 +36,7 @@ export default function GeneratorPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "/careers" }, @@ -47,8 +44,7 @@ export default function GeneratorPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -75,9 +71,7 @@ export default function GeneratorPage() { brandName="AnimeAI" navItems={navItems} button={{ - text: "Get Started", - href: "/signup", - }} + text: "Get Started", href: "/signup"}} /> @@ -85,25 +79,20 @@ export default function GeneratorPage() { @@ -113,7 +102,7 @@ export default function GeneratorPage() { @@ -176,18 +139,13 @@ export default function GeneratorPage() { title="Upgrade Your Creative Process" description="Unlock unlimited image generations with our Pro and Premium plans. Get access to all anime styles, priority processing, and dedicated support. Start your free trial today." background={{ - variant: "floatingGradient", - }} + variant: "floatingGradient"}} useInvertedBackground={false} buttons={[ { - text: "View Plans", - href: "/#pricing", - }, + text: "View Plans", href: "/#pricing"}, { - text: "Free Trial", - href: "/signup", - }, + text: "Free Trial", href: "/signup"}, ]} buttonAnimation="slide-up" />