Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user