Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -27,44 +27,29 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "Home", id: "home"
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
name: "Services", id: "services"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
name: "About", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
name: "Reviews", id: "reviews"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
name: "Contact", id: "contact"
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
href: "/blog",
|
||||
name: "Blog", id: "blog"
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"
|
||||
}
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now (843) XXX-XXXX",
|
||||
href: "/contact",
|
||||
text: "Book Now (843) XXX-XXXX", href: "/contact"
|
||||
}}
|
||||
brandName="Williams Affordable Plumbing"
|
||||
/>
|
||||
@@ -78,25 +63,17 @@ export default function LandingPage() {
|
||||
description="Williams Affordable Plumbing has been serving the Hilton Head community for over a decade, building a reputation for reliability, expertise, and transparent service. We believe in honest work and lasting solutions for every plumbing challenge. From minor leaks to major installations, our dedicated team is here to provide exceptional service that you can trust."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Master Certified Plumbers",
|
||||
description: "Our team consists of highly trained and experienced technicians, ensuring top-quality service every time.",
|
||||
icon: Wrench,
|
||||
title: "Master Certified Plumbers", description: "Our team consists of highly trained and experienced technicians, ensuring top-quality service every time.", icon: Wrench
|
||||
},
|
||||
{
|
||||
title: "24/7 Emergency Response",
|
||||
description: "Plumbing emergencies don't wait, and neither do we. We're available day and night to assist you promptly.",
|
||||
icon: Clock,
|
||||
title: "24/7 Emergency Response", description: "Plumbing emergencies don't wait, and neither do we. We're available day and night to assist you promptly.", icon: Clock
|
||||
},
|
||||
{
|
||||
title: "Transparent, Upfront Pricing",
|
||||
description: "No surprises, just clear, fair pricing before any work begins, so you know exactly what to expect.",
|
||||
icon: Scale,
|
||||
title: "Transparent, Upfront Pricing", description: "No surprises, just clear, fair pricing before any work begins, so you know exactly what to expect.", icon: Scale
|
||||
},
|
||||
{
|
||||
title: "Local & Trusted",
|
||||
description: "Proudly serving Hilton Head, we're your neighbors committed to keeping your homes and businesses running smoothly.",
|
||||
icon: MapPin,
|
||||
},
|
||||
title: "Local & Trusted", description: "Proudly serving Hilton Head, we're your neighbors committed to keeping your homes and businesses running smoothly.", icon: MapPin
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721538.jpg"
|
||||
imageAlt="Plumbing professional inspecting a pipe"
|
||||
@@ -110,20 +87,14 @@ export default function LandingPage() {
|
||||
tag="Our Track Record"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5000+",
|
||||
description: "Satisfied Customers Annually",
|
||||
id: "1", value: "5000+", description: "Satisfied Customers Annually"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+ Years",
|
||||
description: "Industry Experience",
|
||||
id: "2", value: "15+ Years", description: "Industry Experience"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.9/5 Stars",
|
||||
description: "Average Customer Rating",
|
||||
},
|
||||
id: "3", value: "4.9/5 Stars", description: "Average Customer Rating"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,60 +103,47 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "/services#emergency",
|
||||
label: "Emergency Plumbing", href: "/services#emergency"
|
||||
},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "/services#drain",
|
||||
label: "Drain Cleaning", href: "/services#drain"
|
||||
},
|
||||
{
|
||||
label: "Water Heater Repair",
|
||||
href: "/services#water-heater",
|
||||
label: "Water Heater Repair", href: "/services#water-heater"
|
||||
},
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "/services#leak-detection",
|
||||
},
|
||||
],
|
||||
label: "Leak Detection", href: "/services#leak-detection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
label: "Reviews", href: "/reviews"
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
label: "Careers", href: "/careers"
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
],
|
||||
label: "Blog", href: "/blog"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
label: "FAQ", href: "/faq"
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Contact Us", href: "/contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Williams Affordable Plumbing. All rights reserved."
|
||||
/>
|
||||
|
||||
343
src/app/page.tsx
343
src/app/page.tsx
@@ -31,44 +31,29 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "Home", id: "home"
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
name: "Services", id: "services"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
name: "About", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
name: "Reviews", id: "reviews"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
name: "Contact", id: "contact"
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
href: "/blog",
|
||||
name: "Blog", id: "blog"
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"
|
||||
}
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now (843) XXX-XXXX",
|
||||
href: "/contact",
|
||||
text: "Book Now (843) XXX-XXXX", href: "/contact"
|
||||
}}
|
||||
brandName="Williams Affordable Plumbing"
|
||||
/>
|
||||
@@ -77,19 +62,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
title="Fast, Expert Plumbing — Any Time. Honest Pricing."
|
||||
description="Williams Affordable Plumbing — Hilton Head’s 24/7 plumber. Same‑day arrival, transparent quotes, lifetime workmanship guarantee."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Same‑Day Service — Call Now (843) XXX-XXXX",
|
||||
href: "tel:+1843XXXXXXX",
|
||||
text: "Get Same‑Day Service — Call Now (843) XXX-XXXX", href: "tel:+1843XXXXXXX"
|
||||
},
|
||||
{
|
||||
text: "Schedule Online",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Online", href: "/contact"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-handsome-young-bearded-man-t-shirt-standing-outside-his-white-crossover-utility-vehicle-pulling-its-door-handle-looking-away-ready-get_273609-1587.jpg"
|
||||
imageAlt="Plumber arriving at a home in the evening light"
|
||||
@@ -101,11 +84,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149686612.jpg",
|
||||
"http://img.b2bpic.net/free-vector/label-premium-quality_1012-112.jpg",
|
||||
"http://img.b2bpic.net/free-vector/tax-alarm-clock_98292-6838.jpg",
|
||||
"http://img.b2bpic.net/free-vector/open-house-label-contact-us_23-2148462747.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149686612.jpg", "http://img.b2bpic.net/free-vector/label-premium-quality_1012-112.jpg", "http://img.b2bpic.net/free-vector/tax-alarm-clock_98292-6838.jpg", "http://img.b2bpic.net/free-vector/open-house-label-contact-us_23-2148462747.jpg"
|
||||
]}
|
||||
names={[]}
|
||||
title="Trusted by Hilton Head Homeowners"
|
||||
description="4.6/5 Stars based on 27 reviews. Average response time: 30–45 minutes for emergencies."
|
||||
speed={40}
|
||||
@@ -119,56 +100,36 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing",
|
||||
description: "Immediate response, fully equipped for burst pipes, major leaks, and urgent clogs 24/7.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-feeling-unwell-coughing-standing-isolated-white-wall_141793-14559.jpg?_wi=1",
|
||||
imageAlt: "Emergency plumbing icon",
|
||||
buttons: [
|
||||
title: "Emergency Plumbing", description: "Immediate response, fully equipped for burst pipes, major leaks, and urgent clogs 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-feeling-unwell-coughing-standing-isolated-white-wall_141793-14559.jpg", imageAlt: "Emergency plumbing icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/emergency",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/emergency"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drain & Sewer Cleaning",
|
||||
description: "Expert video inspections, hydro-jetting, and root removal to keep your systems flowing smoothly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-collection-with-toilet-sink-water-heater_98292-3030.jpg?_wi=1",
|
||||
imageAlt: "Drain and sewer cleaning icon",
|
||||
buttons: [
|
||||
title: "Drain & Sewer Cleaning", description: "Expert video inspections, hydro-jetting, and root removal to keep your systems flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-collection-with-toilet-sink-water-heater_98292-3030.jpg", imageAlt: "Drain and sewer cleaning icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/drain-cleaning",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/drain-cleaning"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Water Heater Repair & Install",
|
||||
description: "Fast repairs for all models and energy-efficient new installations for tankless or traditional units.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=1",
|
||||
imageAlt: "Water heater icon",
|
||||
buttons: [
|
||||
title: "Water Heater Repair & Install", description: "Fast repairs for all models and energy-efficient new installations for tankless or traditional units.", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Water heater icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/water-heater",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/water-heater"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Fixtures & Faucet Installation",
|
||||
description: "From leaky faucets to new toilet and shower installations, we ensure perfect fit and function.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=1",
|
||||
imageAlt: "Fixtures and faucet icon",
|
||||
buttons: [
|
||||
title: "Fixtures & Faucet Installation", description: "From leaky faucets to new toilet and shower installations, we ensure perfect fit and function.", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Fixtures and faucet icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/fixtures",
|
||||
},
|
||||
],
|
||||
},
|
||||
text: "Learn More", href: "/services/fixtures"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Comprehensive Plumbing Services"
|
||||
description="From emergency repairs to routine maintenance, Williams Affordable Plumbing covers all your needs with expertise and care."
|
||||
@@ -182,56 +143,36 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing",
|
||||
description: "Immediate response, fully equipped for burst pipes, major leaks, and urgent clogs 24/7.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-feeling-unwell-coughing-standing-isolated-white-wall_141793-14559.jpg?_wi=2",
|
||||
imageAlt: "Emergency plumbing icon",
|
||||
buttons: [
|
||||
title: "Emergency Plumbing", description: "Immediate response, fully equipped for burst pipes, major leaks, and urgent clogs 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-feeling-unwell-coughing-standing-isolated-white-wall_141793-14559.jpg", imageAlt: "Emergency plumbing icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/emergency",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/emergency"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drain & Sewer Cleaning",
|
||||
description: "Expert video inspections, hydro-jetting, and root removal to keep your systems flowing smoothly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-collection-with-toilet-sink-water-heater_98292-3030.jpg?_wi=2",
|
||||
imageAlt: "Drain and sewer cleaning icon",
|
||||
buttons: [
|
||||
title: "Drain & Sewer Cleaning", description: "Expert video inspections, hydro-jetting, and root removal to keep your systems flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-collection-with-toilet-sink-water-heater_98292-3030.jpg", imageAlt: "Drain and sewer cleaning icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/drain-cleaning",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/drain-cleaning"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Water Heater Repair & Install",
|
||||
description: "Fast repairs for all models and energy-efficient new installations for tankless or traditional units.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2",
|
||||
imageAlt: "Water heater icon",
|
||||
buttons: [
|
||||
title: "Water Heater Repair & Install", description: "Fast repairs for all models and energy-efficient new installations for tankless or traditional units.", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Water heater icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/water-heater",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/water-heater"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Fixtures & Faucet Installation",
|
||||
description: "From leaky faucets to new toilet and shower installations, we ensure perfect fit and function.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=2",
|
||||
imageAlt: "Fixtures and faucet icon",
|
||||
buttons: [
|
||||
title: "Fixtures & Faucet Installation", description: "From leaky faucets to new toilet and shower installations, we ensure perfect fit and function.", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Fixtures and faucet icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/fixtures",
|
||||
},
|
||||
],
|
||||
},
|
||||
text: "Learn More", href: "/services/fixtures"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Comprehensive Plumbing Services"
|
||||
description="From emergency repairs to routine maintenance, Williams Affordable Plumbing covers all your needs with expertise and care."
|
||||
@@ -245,56 +186,36 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing",
|
||||
description: "Immediate response, fully equipped for burst pipes, major leaks, and urgent clogs 24/7.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-feeling-unwell-coughing-standing-isolated-white-wall_141793-14559.jpg?_wi=3",
|
||||
imageAlt: "Emergency plumbing icon",
|
||||
buttons: [
|
||||
title: "Emergency Plumbing", description: "Immediate response, fully equipped for burst pipes, major leaks, and urgent clogs 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-feeling-unwell-coughing-standing-isolated-white-wall_141793-14559.jpg", imageAlt: "Emergency plumbing icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/emergency",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/emergency"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drain & Sewer Cleaning",
|
||||
description: "Expert video inspections, hydro-jetting, and root removal to keep your systems flowing smoothly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-collection-with-toilet-sink-water-heater_98292-3030.jpg?_wi=3",
|
||||
imageAlt: "Drain and sewer cleaning icon",
|
||||
buttons: [
|
||||
title: "Drain & Sewer Cleaning", description: "Expert video inspections, hydro-jetting, and root removal to keep your systems flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-collection-with-toilet-sink-water-heater_98292-3030.jpg", imageAlt: "Drain and sewer cleaning icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/drain-cleaning",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/drain-cleaning"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Water Heater Repair & Install",
|
||||
description: "Fast repairs for all models and energy-efficient new installations for tankless or traditional units.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=3",
|
||||
imageAlt: "Water heater icon",
|
||||
buttons: [
|
||||
title: "Water Heater Repair & Install", description: "Fast repairs for all models and energy-efficient new installations for tankless or traditional units.", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Water heater icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/water-heater",
|
||||
},
|
||||
],
|
||||
text: "Learn More", href: "/services/water-heater"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Fixtures & Faucet Installation",
|
||||
description: "From leaky faucets to new toilet and shower installations, we ensure perfect fit and function.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=3",
|
||||
imageAlt: "Fixtures and faucet icon",
|
||||
buttons: [
|
||||
title: "Fixtures & Faucet Installation", description: "From leaky faucets to new toilet and shower installations, we ensure perfect fit and function.", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Fixtures and faucet icon", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/fixtures",
|
||||
},
|
||||
],
|
||||
},
|
||||
text: "Learn More", href: "/services/fixtures"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Comprehensive Plumbing Services"
|
||||
description="From emergency repairs to routine maintenance, Williams Affordable Plumbing covers all your needs with expertise and care."
|
||||
@@ -310,53 +231,29 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Hilton Head, SC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-violet-shirt-looking-glad-front-view_176474-15367.jpg",
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Hilton Head, SC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-violet-shirt-looking-glad-front-view_176474-15367.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Property Manager",
|
||||
company: "Bluffton, SC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-626.jpg",
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "Bluffton, SC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-626.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Resident",
|
||||
company: "Hilton Head, SC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
id: "3", name: "Emily Rodriguez", role: "Resident", company: "Hilton Head, SC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Local Business Owner",
|
||||
company: "Hilton Head, SC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-showing-thumbs-up-jacket-looking-pretty-front-view_176474-41241.jpg",
|
||||
id: "4", name: "David Kim", role: "Local Business Owner", company: "Hilton Head, SC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-showing-thumbs-up-jacket-looking-pretty-front-view_176474-41241.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Homeowner",
|
||||
company: "Hilton Head, SC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hanging-photo-with-frame-wall-new-home_329181-187.jpg",
|
||||
id: "5", name: "Jessica Lee", role: "Homeowner", company: "Hilton Head, SC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hanging-photo-with-frame-wall-new-home_329181-187.jpg"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Davis",
|
||||
role: "Resident",
|
||||
company: "Bluffton, SC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746382.jpg",
|
||||
},
|
||||
id: "6", name: "Robert Davis", role: "Resident", company: "Bluffton, SC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746382.jpg"
|
||||
}
|
||||
]}
|
||||
title="What Our Happy Customers Say"
|
||||
description="See why Williams Affordable Plumbing is Hilton Head's top-rated choice for reliable and honest service."
|
||||
@@ -369,11 +266,9 @@ export default function LandingPage() {
|
||||
title="Exclusive Offer: Free Diagnostic with Any Repair!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Claim Offer",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Claim Offer", href: "/contact"
|
||||
}
|
||||
]}
|
||||
description="Mention our website when you call to redeem this special offer and get started with expert plumbing service today. It's our way of saying thank you for choosing local."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -383,26 +278,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Hilton Head Island, Bluffton, Okatie, and the surrounding Lowcountry communities in South Carolina.",
|
||||
id: "faq1", title: "What areas do you serve?", content: "We proudly serve Hilton Head Island, Bluffton, Okatie, and the surrounding Lowcountry communities in South Carolina."
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes! We provide 24/7 emergency plumbing services. Just call our main line anytime, day or night, for immediate assistance.",
|
||||
id: "faq2", title: "Do you offer emergency services?", content: "Yes! We provide 24/7 emergency plumbing services. Just call our main line anytime, day or night, for immediate assistance."
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How does your transparent pricing work?",
|
||||
content: "We offer upfront, honest quotes before any work begins. You'll know the full cost, with no hidden fees or surprises.",
|
||||
},
|
||||
id: "faq3", title: "How does your transparent pricing work?", content: "We offer upfront, honest quotes before any work begins. You'll know the full cost, with no hidden fees or surprises."
|
||||
}
|
||||
]}
|
||||
ctaTitle="Need Plumbing Help Now?"
|
||||
ctaDescription="Reach out to Williams Affordable Plumbing for emergency service or to schedule an appointment. We're here 24/7 for Hilton Head and surrounding areas!"
|
||||
ctaButton={{
|
||||
text: "Call Now (843) XXX-XXXX",
|
||||
href: "tel:+1843XXXXXXX",
|
||||
text: "Call Now (843) XXX-XXXX", href: "tel:+1843XXXXXXX"
|
||||
}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
@@ -414,68 +302,53 @@ export default function LandingPage() {
|
||||
imageAlt="Plumbing tools on a workbench"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
label: "Reviews", href: "/reviews"
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
],
|
||||
label: "Blog", href: "/blog"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "/services/emergency",
|
||||
label: "Emergency Plumbing", href: "/services/emergency"
|
||||
},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "/services/drain-cleaning",
|
||||
label: "Drain Cleaning", href: "/services/drain-cleaning"
|
||||
},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "/services/water-heater",
|
||||
label: "Water Heaters", href: "/services/water-heater"
|
||||
},
|
||||
{
|
||||
label: "Fixtures & Faucets",
|
||||
href: "/services/fixtures",
|
||||
},
|
||||
],
|
||||
label: "Fixtures & Faucets", href: "/services/fixtures"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "(843) XXX-XXXX",
|
||||
href: "tel:+1843XXXXXXX",
|
||||
label: "(843) XXX-XXXX", href: "tel:+1843XXXXXXX"
|
||||
},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@williamsaffordableplumbing.com",
|
||||
label: "Email Us", href: "mailto:info@williamsaffordableplumbing.com"
|
||||
},
|
||||
{
|
||||
label: "Service Area",
|
||||
href: "/service-area",
|
||||
label: "Service Area", href: "/service-area"
|
||||
},
|
||||
{
|
||||
label: "Book Online",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Book Online", href: "/contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Williams Affordable Plumbing"
|
||||
copyrightText="© 2024 Williams Affordable Plumbing. All rights reserved. SC License #XXXXXX | Insured & Bonded."
|
||||
|
||||
Reference in New Issue
Block a user