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() { { 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 = () => { { { @@ -79,7 +74,7 @@ export default function OptimizerPage() { @@ -83,7 +78,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" }, @@ -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 = () => { {