Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 15:30:29 +00:00
parent 609ca28e82
commit 215433c519

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}