From 3dacd13454f0244202ce7ad771e02c8827d116fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 04:27:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3135fd..bd85a36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,16 +34,16 @@ export default function LandingPage() { name: "Home", id: "home" }, { - name: "About", id: "about" + name: "About", id: "why-choose-us" }, { - name: "Services", id: "services" + name: "Services", id: "services-overview" }, { - name: "Reviews", id: "reviews" + name: "Reviews", id: "testimonials" }, { - name: "Contact", id: "contact" + name: "Contact", id: "footer" } ]} brandName="William & Sons Plumbing" @@ -63,7 +63,7 @@ export default function LandingPage() { text: "Call Now for Immediate Service", href: "tel:+1-555-555-5555" }, { - text: "Request a Free Estimate", href: "/contact" + text: "Request a Free Estimate", href: "#footer" } ]} layoutOrder="default" @@ -149,7 +149,7 @@ export default function LandingPage() { description="From emergency repairs to routine maintenance, William & Sons Plumbing offers a full suite of services to keep your home running smoothly." buttons={[ { - text: "View All Services", href: "/services" + text: "View All Services", href: "#services-overview" } ]} /> @@ -219,29 +219,29 @@ export default function LandingPage() { { title: "Services", items: [ { - label: "Emergency Plumbing", href: "/services#emergency" + label: "Emergency Plumbing", href: "#services-overview" }, { - label: "Drain Cleaning", href: "/services#drain-cleaning" + label: "Drain Cleaning", href: "#services-overview" }, { - label: "Water Heaters", href: "/services#water-heater" + label: "Water Heaters", href: "#services-overview" }, { - label: "All Services", href: "/services" + label: "All Services", href: "#services-overview" } ] }, { title: "Company", items: [ { - label: "About Us", href: "/about" + label: "About Us", href: "#why-choose-us" }, { - label: "Reviews", href: "/reviews" + label: "Reviews", href: "#testimonials" }, { - label: "Contact Us", href: "/contact" + label: "Contact Us", href: "#footer" } ] }, @@ -257,7 +257,7 @@ export default function LandingPage() { } ]} bottomLeftText="© 2024 William & Sons Plumbing. All rights reserved." - bottomRightText="Philadelphia's Most Trusted Plumbing Experts." + bottomRightText="Proudly serving Philadelphia since 1998." /> -- 2.49.1