From fb5e21ccf0f11f7347343197383d42bf90233d73 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:20:29 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 105 +++++++++-------------------------------- 1 file changed, 23 insertions(+), 82 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3e95447..7315452 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Face Scan", href: "#scan" }, { label: "Admin Dashboard", href: "#admin" }, { label: "Gallery", href: "#gallery" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#blog" }, { label: "Careers", href: "#careers" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#docs" }, { label: "API Reference", href: "#api" }, { label: "FAQ", href: "#faq" }, @@ -47,8 +44,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#privacy" }, { label: "Terms of Service", href: "#terms" }, { label: "Cookie Policy", href: "#cookies" }, @@ -82,42 +78,25 @@ export default function AboutPage() {