diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index aca1794..5ede83b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -92,8 +92,7 @@ export default function ServicesPage() { 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" }, @@ -101,8 +100,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -110,8 +108,7 @@ export default function ServicesPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Pricing", href: "#pricing" }, @@ -123,4 +120,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}