Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dacd13454 | |||
| 25fd47a295 | |||
| 793a3912e4 | |||
| 58a4909747 | |||
| ec605b2819 | |||
| 3e2e17eb90 | |||
| 6fa09fbed4 | |||
| 0c53627fdf | |||
| bf6664b2a3 | |||
| 8b07ff4eb0 | |||
| 145832afde |
@@ -34,16 +34,16 @@ export default function LandingPage() {
|
|||||||
name: "Home", id: "home"
|
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"
|
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: "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"
|
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."
|
description="From emergency repairs to routine maintenance, William & Sons Plumbing offers a full suite of services to keep your home running smoothly."
|
||||||
buttons={[
|
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: [
|
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: [
|
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."
|
bottomLeftText="© 2024 William & Sons Plumbing. All rights reserved."
|
||||||
bottomRightText="Philadelphia's Most Trusted Plumbing Experts."
|
bottomRightText="Proudly serving Philadelphia since 1998."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user