From 39991550207f123adc0595bad17844f9176817f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:12:06 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 63 ++++++++---------------------------------- 1 file changed, 11 insertions(+), 52 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4644774..c528110 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -68,9 +65,7 @@ export default function AboutPage() { id: item.id, }))} button={{ - text: "Start Analysis", - href: "/optimizer", - }} + text: "Start Analysis", href: "/optimizer"}} /> @@ -78,7 +73,7 @@ export default function AboutPage() { Date: Tue, 10 Mar 2026 17:12:06 +0000 Subject: [PATCH 2/5] Update src/app/methodology/page.tsx --- src/app/methodology/page.tsx | 103 +++++++---------------------------- 1 file changed, 19 insertions(+), 84 deletions(-) diff --git a/src/app/methodology/page.tsx b/src/app/methodology/page.tsx index 9bf6aa7..7a904e6 100644 --- a/src/app/methodology/page.tsx +++ b/src/app/methodology/page.tsx @@ -20,8 +20,7 @@ const MethodologyPage = () => { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -29,8 +28,7 @@ const MethodologyPage = () => { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -38,8 +36,7 @@ const MethodologyPage = () => { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -69,9 +66,7 @@ const MethodologyPage = () => { id: item.id, }))} button={{ - text: "Start Analysis", - href: "/optimizer", - }} + text: "Start Analysis", href: "/optimizer"}} /> @@ -92,40 +87,16 @@ const MethodologyPage = () => { { { Date: Tue, 10 Mar 2026 17:12:07 +0000 Subject: [PATCH 3/5] Update src/app/optimizer/page.tsx --- src/app/optimizer/page.tsx | 95 +++++++++----------------------------- 1 file changed, 23 insertions(+), 72 deletions(-) diff --git a/src/app/optimizer/page.tsx b/src/app/optimizer/page.tsx index 5b2a9d4..0b9dc49 100644 --- a/src/app/optimizer/page.tsx +++ b/src/app/optimizer/page.tsx @@ -13,33 +13,30 @@ export default function OptimizerPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Platform", id: "/optimizer" }, - { name: "How It Works", id: "#methodology" }, - { name: "Pricing", id: "#pricing" }, - { name: "About", id: "#about" }, + { name: "How It Works", id: "/methodology" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, - { label: "Methodology", href: "#methodology" }, - { label: "Pricing", href: "#pricing" }, + { label: "Methodology", href: "/methodology" }, + { label: "Pricing", href: "/pricing" }, { label: "Documentation", href: "#" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "#about" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "Contact", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -69,9 +66,7 @@ export default function OptimizerPage() { id: item.id, }))} button={{ - text: "Start Analysis", - href: "/optimizer", - }} + text: "Start Analysis", href: "/optimizer"}} /> @@ -79,7 +74,7 @@ export default function OptimizerPage() { Date: Tue, 10 Mar 2026 17:12:07 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 197 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc7160f..e4193dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -73,9 +70,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Start Analysis", - href: "/optimizer", - }} + text: "Start Analysis", href: "/optimizer"}} /> @@ -83,7 +78,7 @@ export default function HomePage() { Date: Tue, 10 Mar 2026 17:12:08 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 95 +++++++++------------------------------- 1 file changed, 20 insertions(+), 75 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 5cdb241..380d62a 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -19,8 +19,7 @@ const PricingPage = () => { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -28,8 +27,7 @@ const PricingPage = () => { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -37,8 +35,7 @@ const PricingPage = () => { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -68,9 +65,7 @@ const PricingPage = () => { id: item.id, }))} button={{ - text: "Start Analysis", - href: "/optimizer", - }} + text: "Start Analysis", href: "/optimizer"}} /> @@ -78,52 +73,26 @@ const PricingPage = () => { {