diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d2b0918..2538e2f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,51 +24,24 @@ export default function LandingPage() { -
- -
-
@@ -77,36 +50,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" } + ] + } + ] + } /> diff --git a/src/app/page.tsx b/src/app/page.tsx index a5c326c..a1ac620 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,10 @@ export default function LandingPage() { @@ -211,20 +111,11 @@ export default function LandingPage() { description="We are your partners in project success. With extensive inventory and a network of suppliers, we ensure you never face downtime." mediaAnimation="slide-up" bulletPoints={[ - { - title: "Stocked Inventory", - description: "High-grade industrial components.", - }, - { - title: "Rapid Fulfillment", - description: "Fast order processing and delivery.", - }, - { - title: "Customer First", - description: "Professional support you can count on.", - }, + { title: "Stocked Inventory", description: "High-grade industrial components." }, + { title: "Rapid Fulfillment", description: "Fast order processing and delivery." }, + { title: "Customer First", description: "Professional support you can count on." } ]} - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg" /> @@ -234,13 +125,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted by Local Professionals" description="Providing quality parts for top contractors in the Dothan area." - names={[ - "Southern Plumbing", - "Dothan Construction", - "Reliable Mechanical", - "Apex Utilities", - "Main Street Builders", - ]} + names={["Southern Plumbing", "Dothan Construction", "Reliable Mechanical", "Apex Utilities", "Main Street Builders"]} /> @@ -249,35 +134,18 @@ 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" } + ] + } ]} /> 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" } + ] + } + ] + } />