diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8b95999..8f0c8e8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,8 +93,7 @@ export default function AboutPage() { copyrightText="© 2025 LichtPrint. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Digital Printing", href: "/services" }, { label: "Offset Printing", href: "/services" }, { label: "Packaging", href: "/services" }, @@ -102,8 +101,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -111,8 +109,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Pricing", href: "#pricing" }, @@ -124,4 +121,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}