diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 35b2870..2082da6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -24,26 +24,10 @@ export default function LandingPage() { - -
-
@@ -121,36 +63,20 @@ export default function LandingPage() { logoText="Dothan Pipe & Supply" columns={[ { - title: "Navigation", - items: [ - { - label: "Products", - href: "/products", - }, - { - label: "Services", - href: "/services", - }, - { - label: "About", - href: "/about", - }, - ], + title: "Navigation", items: [ + { label: "Home", href: "/" }, + { label: "Services", href: "/services" }, + { label: "About", href: "/about" } + ] }, { - title: "Contact", - items: [ - { - label: "Call Us", - href: "tel:3345550199", - }, - { - label: "Visit Us", - href: "/contact", - }, - ], - }, - ]} + title: "Contact", items: [ + { label: "Call Us", href: "tel:3345550199" }, + { label: "Visit Us", href: "/contact" } + ] + } + ] + } />