Update src/app/page.tsx
This commit is contained in:
528
src/app/page.tsx
528
src/app/page.tsx
@@ -34,47 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "#benefits",
|
||||
},
|
||||
name: "Benefits", id: "#benefits"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
name: "Process", id: "#process"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "#plans",
|
||||
},
|
||||
name: "Plans", id: "#plans"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Kevin's Plumbing Repair"
|
||||
button={{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,39 +66,25 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-555-PLUMBING",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1-555-PLUMBING"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg",
|
||||
alt: "Licensed & Insured",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg", alt: "Licensed & Insured"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-friday-sign-conversation-clouds_23-2147930897.jpg",
|
||||
alt: "Upfront Pricing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-friday-sign-conversation-clouds_23-2147930897.jpg", alt: "Upfront Pricing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/24-hour-everyday-service-sticker-design_1017-38078.jpg",
|
||||
alt: "Same-Day Service",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/24-hour-everyday-service-sticker-design_1017-38078.jpg", alt: "Same-Day Service"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752775.jpg",
|
||||
alt: "Satisfaction Guaranteed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752775.jpg", alt: "Satisfaction Guaranteed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000805.jpg",
|
||||
alt: "Emergency Repairs",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000805.jpg", alt: "Emergency Repairs"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of homeowners"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg"
|
||||
imageAlt="Professional Kevin's Plumbing technician arriving at a luxury residential property"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -131,13 +97,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Licensed & Insured",
|
||||
"Upfront Pricing",
|
||||
"Same-Day Service",
|
||||
"Satisfaction Guaranteed",
|
||||
"Emergency Repairs",
|
||||
"Locally Owned",
|
||||
]}
|
||||
"Licensed & Insured", "Upfront Pricing", "Same-Day Service", "Satisfaction Guaranteed", "Emergency Repairs", "Locally Owned"]}
|
||||
title="Why Kevin's Plumbing is Trusted"
|
||||
description="We uphold the highest standards of integrity, craftsmanship, and customer care in every job."
|
||||
showCard={false}
|
||||
@@ -151,53 +111,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Response Times",
|
||||
description: "When plumbing emergencies strike, every minute counts. Our rapid response ensures your issue is addressed swiftly, minimizing damage and stress.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Gauge,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/variety-quality-icons_23-2147507059.jpg",
|
||||
imageAlt: "satisfaction guaranteed badge star",
|
||||
title: "Fast Response Times", description: "When plumbing emergencies strike, every minute counts. Our rapid response ensures your issue is addressed swiftly, minimizing damage and stress.", bentoComponent: "reveal-icon", icon: Gauge
|
||||
},
|
||||
{
|
||||
title: "Experienced Technicians",
|
||||
description: "Our team consists of highly skilled and certified professionals with years of experience, ensuring every repair is performed correctly the first time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: UserCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg?_wi=2",
|
||||
imageAlt: "satisfaction guaranteed badge star",
|
||||
title: "Experienced Technicians", description: "Our team consists of highly skilled and certified professionals with years of experience, ensuring every repair is performed correctly the first time.", bentoComponent: "reveal-icon", icon: UserCheck
|
||||
},
|
||||
{
|
||||
title: "Clean & Respectful Service",
|
||||
description: "We treat your home with the utmost respect. Our technicians maintain a clean workspace and leave your property spotless, reflecting our commitment to professionalism.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg",
|
||||
imageAlt: "satisfaction guaranteed badge star",
|
||||
title: "Clean & Respectful Service", description: "We treat your home with the utmost respect. Our technicians maintain a clean workspace and leave your property spotless, reflecting our commitment to professionalism.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees, no surprises. We provide clear, upfront pricing for all services, so you know exactly what to expect before any work begins.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sign-conversation-clouds_23-2147930897.jpg",
|
||||
imageAlt: "satisfaction guaranteed badge star",
|
||||
title: "Transparent Pricing", description: "No hidden fees, no surprises. We provide clear, upfront pricing for all services, so you know exactly what to expect before any work begins.", bentoComponent: "reveal-icon", icon: FileText
|
||||
},
|
||||
{
|
||||
title: "Long-Lasting Repairs",
|
||||
description: "We use only the highest quality parts and proven techniques to ensure our repairs are durable and reliable, providing you with lasting peace of mind.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/24-hour-everyday-service-sticker-design_1017-38078.jpg",
|
||||
imageAlt: "satisfaction guaranteed badge star",
|
||||
title: "Long-Lasting Repairs", description: "We use only the highest quality parts and proven techniques to ensure our repairs are durable and reliable, providing you with lasting peace of mind.", bentoComponent: "reveal-icon", icon: ShieldCheck
|
||||
},
|
||||
{
|
||||
title: "Emergency Availability",
|
||||
description: "Plumbing crises don't wait. We offer 24/7 emergency services, ready to respond when you need us most, day or night.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Timer,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-usa-labor-day-badge-collection_23-2148625429.jpg",
|
||||
imageAlt: "satisfaction guaranteed badge star",
|
||||
},
|
||||
title: "Emergency Availability", description: "Plumbing crises don't wait. We offer 24/7 emergency services, ready to respond when you need us most, day or night.", bentoComponent: "reveal-icon", icon: Timer
|
||||
}
|
||||
]}
|
||||
title="Why Homeowners Choose Kevin's Plumbing"
|
||||
description="Experience the difference of a plumbing service committed to excellence, clarity, and your peace of mind. We deliver quality that protects your investment."
|
||||
@@ -212,61 +142,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "leak-detection",
|
||||
name: "Leak Detection",
|
||||
price: "Starting at $199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-machinery-juice-factory_107420-96039.jpg",
|
||||
imageAlt: "Advanced leak detection equipment",
|
||||
},
|
||||
id: "leak-detection", name: "Leak Detection", price: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-machinery-juice-factory_107420-96039.jpg", imageAlt: "Advanced leak detection equipment"},
|
||||
{
|
||||
id: "drain-cleaning",
|
||||
name: "Drain Cleaning",
|
||||
price: "Starting at $149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg",
|
||||
imageAlt: "Professional drain cleaning tools",
|
||||
},
|
||||
id: "drain-cleaning", name: "Drain Cleaning", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Professional drain cleaning tools"},
|
||||
{
|
||||
id: "water-heater-repair",
|
||||
name: "Water Heater Repair",
|
||||
price: "Call for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg",
|
||||
imageAlt: "Technician repairing a water heater",
|
||||
},
|
||||
id: "water-heater-repair", name: "Water Heater Repair", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg", imageAlt: "Technician repairing a water heater"},
|
||||
{
|
||||
id: "water-heater-install",
|
||||
name: "Water Heater Installation",
|
||||
price: "Call for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg",
|
||||
imageAlt: "New water heater installation",
|
||||
},
|
||||
id: "water-heater-install", name: "Water Heater Installation", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg", imageAlt: "New water heater installation"},
|
||||
{
|
||||
id: "pipe-repair",
|
||||
name: "Pipe Repair & Replacement",
|
||||
price: "Call for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151181970.jpg",
|
||||
imageAlt: "Plumbing pipe repair",
|
||||
},
|
||||
id: "pipe-repair", name: "Pipe Repair & Replacement", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151181970.jpg", imageAlt: "Plumbing pipe repair"},
|
||||
{
|
||||
id: "sewer-line",
|
||||
name: "Sewer Line Services",
|
||||
price: "Call for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg",
|
||||
imageAlt: "Sewer line inspection camera",
|
||||
},
|
||||
id: "sewer-line", name: "Sewer Line Services", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageAlt: "Sewer line inspection camera"},
|
||||
{
|
||||
id: "fixture-install",
|
||||
name: "Fixture Installation",
|
||||
price: "Starting at $99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tooth-brush_23-2149042017.jpg",
|
||||
imageAlt: "Modern faucet installation",
|
||||
},
|
||||
id: "fixture-install", name: "Fixture Installation", price: "Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tooth-brush_23-2149042017.jpg", imageAlt: "Modern faucet installation"},
|
||||
{
|
||||
id: "emergency-plumbing",
|
||||
name: "24/7 Emergency Plumbing",
|
||||
price: "Immediate Response",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteer-planting-trees-nature_1268-21661.jpg",
|
||||
imageAlt: "Emergency plumbing service van at night",
|
||||
},
|
||||
id: "emergency-plumbing", name: "24/7 Emergency Plumbing", price: "Immediate Response", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-planting-trees-nature_1268-21661.jpg", imageAlt: "Emergency plumbing service van at night"},
|
||||
]}
|
||||
title="Comprehensive Plumbing Solutions"
|
||||
description="From routine maintenance to urgent repairs and sophisticated installations, Kevin's Plumbing Repair delivers exceptional service across all residential needs. Your home deserves nothing less than expert care."
|
||||
@@ -280,37 +170,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "step-1",
|
||||
value: "1.",
|
||||
title: "Contact Us",
|
||||
description: "Reach out via phone or our online form. Our responsive team is ready to schedule your service or dispatch emergency assistance immediately.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg",
|
||||
imageAlt: "Professional customer service representative answering phone",
|
||||
},
|
||||
id: "step-1", value: "1.", title: "Contact Us", description: "Reach out via phone or our online form. Our responsive team is ready to schedule your service or dispatch emergency assistance immediately.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Professional customer service representative answering phone"},
|
||||
{
|
||||
id: "step-2",
|
||||
value: "2.",
|
||||
title: "Rapid Assessment",
|
||||
description: "Our expert technicians arrive promptly, conduct a thorough diagnosis using advanced tools, and provide clear, upfront pricing before any work begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-blank-paper_23-2147772269.jpg",
|
||||
imageAlt: "Plumbing technician performing a rapid assessment with diagnostic tools",
|
||||
},
|
||||
id: "step-2", value: "2.", title: "Rapid Assessment", description: "Our expert technicians arrive promptly, conduct a thorough diagnosis using advanced tools, and provide clear, upfront pricing before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-blank-paper_23-2147772269.jpg", imageAlt: "Plumbing technician performing a rapid assessment with diagnostic tools"},
|
||||
{
|
||||
id: "step-3",
|
||||
value: "3.",
|
||||
title: "Professional Repair",
|
||||
description: "We execute the repair with meticulous attention to detail, using high-quality parts and industry-leading techniques to ensure a long-lasting solution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-uses-screwdriver-close-backside-topcase-personal-computer-laptop-after-repairing-cleaning-service-his-lab_346278-1807.jpg",
|
||||
imageAlt: "Skilled plumber performing a professional pipe repair",
|
||||
},
|
||||
id: "step-3", value: "3.", title: "Professional Repair", description: "We execute the repair with meticulous attention to detail, using high-quality parts and industry-leading techniques to ensure a long-lasting solution.", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-uses-screwdriver-close-backside-topcase-personal-computer-laptop-after-repairing-cleaning-service-his-lab_346278-1807.jpg", imageAlt: "Skilled plumber performing a professional pipe repair"},
|
||||
{
|
||||
id: "step-4",
|
||||
value: "4.",
|
||||
title: "Peace of Mind",
|
||||
description: "With your plumbing issue expertly resolved and your property left immaculate, you can enjoy lasting comfort and complete peace of mind, backed by our satisfaction guarantee.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-young-man-with-suitcase-going-holiday-trip-walking-flat-checking-out-from-rented-apartment_1258-314220.jpg",
|
||||
imageAlt: "Happy homeowner enjoying a clean, functional kitchen after plumbing repair",
|
||||
},
|
||||
id: "step-4", value: "4.", title: "Peace of Mind", description: "With your plumbing issue expertly resolved and your property left immaculate, you can enjoy lasting comfort and complete peace of mind, backed by our satisfaction guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-young-man-with-suitcase-going-holiday-trip-walking-flat-checking-out-from-rented-apartment_1258-314220.jpg", imageAlt: "Happy homeowner enjoying a clean, functional kitchen after plumbing repair"},
|
||||
]}
|
||||
title="Our Luxury 4-Step Process"
|
||||
description="We've refined our process to be as seamless and stress-free as possible, ensuring a premium experience from your first call to the final, perfect repair. Facing an emergency? Our rapid response team follows these steps with unmatched speed."
|
||||
@@ -325,47 +191,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "pipe-repair-before-after",
|
||||
name: "Pipe Repair Transformation",
|
||||
price: "Flawless Restoration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/radiator-valve-macro-modern-heating-industrial-style_169016-69239.jpg",
|
||||
imageAlt: "Before and after comparison of a corroded pipe repaired to new condition",
|
||||
},
|
||||
id: "pipe-repair-before-after", name: "Pipe Repair Transformation", price: "Flawless Restoration", imageSrc: "http://img.b2bpic.net/free-photo/radiator-valve-macro-modern-heating-industrial-style_169016-69239.jpg", imageAlt: "Before and after comparison of a corroded pipe repaired to new condition"},
|
||||
{
|
||||
id: "bathroom-fixture-upgrade",
|
||||
name: "Bathroom Fixture Upgrade",
|
||||
price: "Modern Elegance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg",
|
||||
imageAlt: "Before and after comparison of an old bathroom faucet replaced with a modern fixture",
|
||||
},
|
||||
id: "bathroom-fixture-upgrade", name: "Bathroom Fixture Upgrade", price: "Modern Elegance", imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg", imageAlt: "Before and after comparison of an old bathroom faucet replaced with a modern fixture"},
|
||||
{
|
||||
id: "water-heater-replacement",
|
||||
name: "Water Heater Replacement",
|
||||
price: "Enhanced Efficiency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-sits-floor-room-with-loft-interior_613910-20179.jpg",
|
||||
imageAlt: "Before and after comparison of an old, rusty water heater replaced with a new, efficient unit",
|
||||
},
|
||||
id: "water-heater-replacement", name: "Water Heater Replacement", price: "Enhanced Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-sits-floor-room-with-loft-interior_613910-20179.jpg", imageAlt: "Before and after comparison of an old, rusty water heater replaced with a new, efficient unit"},
|
||||
{
|
||||
id: "drain-restoration",
|
||||
name: "Drain Restoration Project",
|
||||
price: "Clear & Functional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg",
|
||||
imageAlt: "Before and after comparison of a heavily clogged drain restored to pristine condition",
|
||||
},
|
||||
id: "drain-restoration", name: "Drain Restoration Project", price: "Clear & Functional", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Before and after comparison of a heavily clogged drain restored to pristine condition"},
|
||||
{
|
||||
id: "sewer-line-upgrade",
|
||||
name: "Sewer Line Upgrade",
|
||||
price: "Foundational Strength",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-used-by-manual-worker_329181-15641.jpg",
|
||||
imageAlt: "Before and after view of a repaired sewer line",
|
||||
},
|
||||
id: "sewer-line-upgrade", name: "Sewer Line Upgrade", price: "Foundational Strength", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-used-by-manual-worker_329181-15641.jpg", imageAlt: "Before and after view of a repaired sewer line"},
|
||||
{
|
||||
id: "kitchen-faucet-install",
|
||||
name: "Kitchen Faucet Installation",
|
||||
price: "Stylish Update",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg",
|
||||
imageAlt: "Before and after of a kitchen faucet installation",
|
||||
},
|
||||
id: "kitchen-faucet-install", name: "Kitchen Faucet Installation", price: "Stylish Update", imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg", imageAlt: "Before and after of a kitchen faucet installation"},
|
||||
]}
|
||||
title="Luxury Project Gallery"
|
||||
description="Witness the meticulous craftsmanship and transformative results Kevin's Plumbing Repair brings to every home. Our 'before and after' gallery showcases our commitment to excellence."
|
||||
@@ -379,53 +215,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "Greenwood Estates",
|
||||
testimonial: "\"Kevin's team responded incredibly fast to our burst pipe. They were professional, clean, and truly saved our home from major damage. Highly recommend for any emergency!\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "Greenwood Estates", testimonial: "\"Kevin's team responded incredibly fast to our burst pipe. They were professional, clean, and truly saved our home from major damage. Highly recommend for any emergency!\"", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael L.",
|
||||
handle: "Riverbend Community",
|
||||
testimonial: "\"Finally, a plumber who respects your home! The technician was courteous, explained everything clearly, and left no mess. The transparent pricing was a huge bonus.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12805.jpg",
|
||||
imageAlt: "Portrait of Michael L.",
|
||||
},
|
||||
id: "t2", name: "Michael L.", handle: "Riverbend Community", testimonial: "\"Finally, a plumber who respects your home! The technician was courteous, explained everything clearly, and left no mess. The transparent pricing was a huge bonus.\"", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12805.jpg", imageAlt: "Portrait of Michael L."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "Oakhaven Mansions",
|
||||
testimonial: "\"We rely on Kevin's for all our plumbing maintenance. Their preventive care plan is worth every penny – priority scheduling and skilled technicians keep everything running perfectly.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-indoors_23-2149046103.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "Oakhaven Mansions", testimonial: "\"We rely on Kevin's for all our plumbing maintenance. Their preventive care plan is worth every penny – priority scheduling and skilled technicians keep everything running perfectly.\"", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-indoors_23-2149046103.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "Stonegate Residences",
|
||||
testimonial: "\"When our water heater failed, Kevin's Plumbing was there within hours. The repair was done efficiently and professionally. Absolute peace of mind service.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721521.jpg",
|
||||
imageAlt: "Portrait of David K.",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "Stonegate Residences", testimonial: "\"When our water heater failed, Kevin's Plumbing was there within hours. The repair was done efficiently and professionally. Absolute peace of mind service.\"", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721521.jpg", imageAlt: "Portrait of David K."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
handle: "Willow Creek Estates",
|
||||
testimonial: "\"From the initial call to the completed drain cleaning, the experience was seamless. Kevin's team is reliable, friendly, and truly skilled. Our go-to plumbers!\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg",
|
||||
imageAlt: "Portrait of Jessica M.",
|
||||
},
|
||||
id: "t5", name: "Jessica M.", handle: "Willow Creek Estates", testimonial: "\"From the initial call to the completed drain cleaning, the experience was seamless. Kevin's team is reliable, friendly, and truly skilled. Our go-to plumbers!\"", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", imageAlt: "Portrait of Jessica M."},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Robert B.",
|
||||
handle: "Heritage Park Homes",
|
||||
testimonial: "\"Their commitment to honesty and quality is evident. We had a complex pipe repair, and they handled it with precision and clear communication throughout the process. Exceptional service.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg",
|
||||
imageAlt: "Portrait of Robert B.",
|
||||
},
|
||||
id: "t6", name: "Robert B.", handle: "Heritage Park Homes", testimonial: "\"Their commitment to honesty and quality is evident. We had a complex pipe repair, and they handled it with precision and clear communication throughout the process. Exceptional service.\"", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "Portrait of Robert B."},
|
||||
]}
|
||||
title="What Our Valued Homeowners Say"
|
||||
description="Discover why Kevin's Plumbing Repair is the trusted choice for luxury homeowners. Our clients consistently praise our professionalism, rapid response, and impeccable results."
|
||||
@@ -441,66 +241,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic-plan",
|
||||
tag: "Essential",
|
||||
tagIcon: Star,
|
||||
price: "$199",
|
||||
period: "Annually",
|
||||
description: "Perfect for essential peace of mind and basic system checks.",
|
||||
button: {
|
||||
text: "Choose Essential",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Annual plumbing inspection",
|
||||
"Priority scheduling for services",
|
||||
"10% Member discounts on repairs",
|
||||
"Basic water heater check",
|
||||
"Drain system visual inspection",
|
||||
],
|
||||
id: "basic-plan", tag: "Essential", tagIcon: Star,
|
||||
price: "$199", period: "Annually", description: "Perfect for essential peace of mind and basic system checks.", button: {
|
||||
text: "Choose Essential", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Annual plumbing inspection", "Priority scheduling for services", "10% Member discounts on repairs", "Basic water heater check", "Drain system visual inspection"],
|
||||
},
|
||||
{
|
||||
id: "premium-plan",
|
||||
tag: "Premium Care",
|
||||
tagIcon: Award,
|
||||
price: "$349",
|
||||
period: "Annually",
|
||||
description: "Our most popular plan for comprehensive protection and advanced savings.",
|
||||
button: {
|
||||
text: "Choose Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Essential, plus:",
|
||||
features: [
|
||||
"Annual whole-home plumbing inspection",
|
||||
"Guaranteed 24-hour priority response",
|
||||
"15% Member discounts on repairs",
|
||||
"Reduced emergency service fees",
|
||||
"Water heater flush & tune-up",
|
||||
"Sewer camera inspection (once per year)",
|
||||
],
|
||||
id: "premium-plan", tag: "Premium Care", tagIcon: Award,
|
||||
price: "$349", period: "Annually", description: "Our most popular plan for comprehensive protection and advanced savings.", button: {
|
||||
text: "Choose Premium", href: "#contact"},
|
||||
featuresTitle: "Everything in Essential, plus:", features: [
|
||||
"Annual whole-home plumbing inspection", "Guaranteed 24-hour priority response", "15% Member discounts on repairs", "Reduced emergency service fees", "Water heater flush & tune-up", "Sewer camera inspection (once per year)"],
|
||||
},
|
||||
{
|
||||
id: "elite-plan",
|
||||
tag: "Elite Guardian",
|
||||
tagIcon: Crown,
|
||||
price: "$499",
|
||||
period: "Annually",
|
||||
description: "The ultimate protection plan for complete peace of mind and maximum savings.",
|
||||
button: {
|
||||
text: "Choose Elite",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Premium, plus:",
|
||||
features: [
|
||||
"Two comprehensive annual inspections",
|
||||
"Immediate emergency dispatch",
|
||||
"20% Member discounts on all services",
|
||||
"No emergency service fees",
|
||||
"Advanced leak detection service",
|
||||
"Exclusive access to new technologies",
|
||||
],
|
||||
id: "elite-plan", tag: "Elite Guardian", tagIcon: Crown,
|
||||
price: "$499", period: "Annually", description: "The ultimate protection plan for complete peace of mind and maximum savings.", button: {
|
||||
text: "Choose Elite", href: "#contact"},
|
||||
featuresTitle: "Everything in Premium, plus:", features: [
|
||||
"Two comprehensive annual inspections", "Immediate emergency dispatch", "20% Member discounts on all services", "No emergency service fees", "Advanced leak detection service", "Exclusive access to new technologies"],
|
||||
},
|
||||
]}
|
||||
title="Kevin's Priority Care Plan"
|
||||
@@ -514,80 +273,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your service hours for non-emergencies?",
|
||||
content: "Our standard service hours are Monday to Friday, 8:00 AM to 5:00 PM. We offer flexible scheduling to accommodate your needs. Simply call us or book online.",
|
||||
},
|
||||
id: "faq1", title: "What are your service hours for non-emergencies?", content: "Our standard service hours are Monday to Friday, 8:00 AM to 5:00 PM. We offer flexible scheduling to accommodate your needs. Simply call us or book online."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer emergency plumbing services?",
|
||||
content: "Yes, we provide 24/7 emergency plumbing services. Our rapid response team is always ready to handle burst pipes, major leaks, water heater failures, and other urgent issues.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer emergency plumbing services?", content: "Yes, we provide 24/7 emergency plumbing services. Our rapid response team is always ready to handle burst pipes, major leaks, water heater failures, and other urgent issues."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How does your transparent pricing work?",
|
||||
content: "We provide a clear, upfront estimate before any work begins. Our pricing is comprehensive, with no hidden fees, ensuring you know the full cost from the start.",
|
||||
},
|
||||
id: "faq3", title: "How does your transparent pricing work?", content: "We provide a clear, upfront estimate before any work begins. Our pricing is comprehensive, with no hidden fees, ensuring you know the full cost from the start."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Are your technicians licensed and insured?",
|
||||
content: "Absolutely. All our technicians are fully licensed, insured, and undergo continuous training to stay updated with the latest plumbing technologies and best practices.",
|
||||
},
|
||||
id: "faq4", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, insured, and undergo continuous training to stay updated with the latest plumbing technologies and best practices."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What areas do you serve?",
|
||||
content: "Kevin's Plumbing Repair proudly serves [Your City], [Nearby City 1], [Nearby City 2], and the surrounding luxury residential communities. Contact us to confirm service in your specific area.",
|
||||
},
|
||||
id: "faq5", title: "What areas do you serve?", content: "Kevin's Plumbing Repair proudly serves [Your City], [Nearby City 1], [Nearby City 2], and the surrounding luxury residential communities. Contact us to confirm service in your specific area."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "What is Kevin's Priority Care Plan?",
|
||||
content: "Our Priority Care Plan is a comprehensive maintenance program offering annual inspections, priority scheduling, member discounts on repairs, and reduced emergency fees to ensure your plumbing system runs smoothly year-round.",
|
||||
},
|
||||
id: "faq6", title: "What is Kevin's Priority Care Plan?", content: "Our Priority Care Plan is a comprehensive maintenance program offering annual inspections, priority scheduling, member discounts on repairs, and reduced emergency fees to ensure your plumbing system runs smoothly year-round."},
|
||||
{
|
||||
id: "faq7",
|
||||
title: "Do you offer financing options for larger repairs?",
|
||||
content: "Yes, we understand large repairs can be unexpected. We offer flexible financing solutions to make essential plumbing services manageable. Ask our team for details during your service call.",
|
||||
},
|
||||
id: "faq7", title: "Do you offer financing options for larger repairs?", content: "Yes, we understand large repairs can be unexpected. We offer flexible financing solutions to make essential plumbing services manageable. Ask our team for details during your service call."},
|
||||
{
|
||||
id: "faq8",
|
||||
title: "What types of water heaters do you service?",
|
||||
content: "We service all types of water heaters, including conventional tank systems, tankless water heaters, and heat pump water heaters. We also offer installation of new, energy-efficient models.",
|
||||
},
|
||||
id: "faq8", title: "What types of water heaters do you service?", content: "We service all types of water heaters, including conventional tank systems, tankless water heaters, and heat pump water heaters. We also offer installation of new, energy-efficient models."},
|
||||
{
|
||||
id: "faq9",
|
||||
title: "How quickly can you respond to a plumbing emergency?",
|
||||
content: "For emergencies, our goal is to dispatch a technician for an immediate response, often arriving within 60-90 minutes, depending on your location and current call volume.",
|
||||
},
|
||||
id: "faq9", title: "How quickly can you respond to a plumbing emergency?", content: "For emergencies, our goal is to dispatch a technician for an immediate response, often arriving within 60-90 minutes, depending on your location and current call volume."},
|
||||
{
|
||||
id: "faq10",
|
||||
title: "Do you guarantee your work?",
|
||||
content: "Yes, we stand behind the quality of our work with a satisfaction guarantee. Your peace of mind is our priority, and we ensure every job is done right.",
|
||||
},
|
||||
id: "faq10", title: "Do you guarantee your work?", content: "Yes, we stand behind the quality of our work with a satisfaction guarantee. Your peace of mind is our priority, and we ensure every job is done right."},
|
||||
{
|
||||
id: "faq11",
|
||||
title: "What should I do during a plumbing emergency?",
|
||||
content: "First, turn off your main water supply immediately if safe to do so. Then, call Kevin's Plumbing Repair at our emergency number. We will guide you through next steps.",
|
||||
},
|
||||
id: "faq11", title: "What should I do during a plumbing emergency?", content: "First, turn off your main water supply immediately if safe to do so. Then, call Kevin's Plumbing Repair at our emergency number. We will guide you through next steps."},
|
||||
{
|
||||
id: "faq12",
|
||||
title: "Can you help with low water pressure issues?",
|
||||
content: "Absolutely. Low water pressure can indicate several issues, from pipe corrosion to fixture problems. Our technicians can diagnose the cause and implement effective solutions.",
|
||||
},
|
||||
id: "faq12", title: "Can you help with low water pressure issues?", content: "Absolutely. Low water pressure can indicate several issues, from pipe corrosion to fixture problems. Our technicians can diagnose the cause and implement effective solutions."},
|
||||
{
|
||||
id: "faq13",
|
||||
title: "Is regular plumbing maintenance really necessary?",
|
||||
content: "Yes, regular maintenance is crucial. It helps prevent costly breakdowns, extends the life of your plumbing system, and ensures optimal efficiency. Our Priority Care Plan makes it easy.",
|
||||
},
|
||||
id: "faq13", title: "Is regular plumbing maintenance really necessary?", content: "Yes, regular maintenance is crucial. It helps prevent costly breakdowns, extends the life of your plumbing system, and ensures optimal efficiency. Our Priority Care Plan makes it easy."},
|
||||
{
|
||||
id: "faq14",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "We provide transparent, upfront pricing for all scheduled services after a diagnostic assessment. For simple inquiries, we can often provide general cost ranges over the phone.",
|
||||
},
|
||||
id: "faq14", title: "Do you provide free estimates?", content: "We provide transparent, upfront pricing for all scheduled services after a diagnostic assessment. For simple inquiries, we can often provide general cost ranges over the phone."},
|
||||
{
|
||||
id: "faq15",
|
||||
title: "How can I book a service appointment?",
|
||||
content: "You can easily book a service appointment by calling us directly or using the 'Schedule Service' button on our website. We offer convenient scheduling options.",
|
||||
},
|
||||
id: "faq15", title: "How can I book a service appointment?", content: "You can easily book a service appointment by calling us directly or using the 'Schedule Service' button on our website. We offer convenient scheduling options."},
|
||||
]}
|
||||
title="Your Questions, Our Expertise"
|
||||
description="At Kevin's Plumbing Repair, we believe in transparent communication and empowering our clients. Below are answers to common questions about our services, pricing, and commitment to excellence. We're also proud to share a glimpse into our story, founded on integrity and craftsmanship, serving the community with trusted, reliable plumbing solutions."
|
||||
@@ -599,18 +313,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for Plumbing Done Right?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service Now",
|
||||
href: "tel:+1-555-PLUMBING",
|
||||
},
|
||||
text: "Schedule Service Now", href: "tel:+1-555-PLUMBING"},
|
||||
{
|
||||
text: "Get Emergency Help",
|
||||
href: "tel:+1-555-EMERGENCY",
|
||||
},
|
||||
text: "Get Emergency Help", href: "tel:+1-555-EMERGENCY"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -619,82 +328,49 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Leak Detection", href: "#services"},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Water Heaters", href: "#services"},
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Plumbing", href: "#services"},
|
||||
{
|
||||
label: "All Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "All Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#process",
|
||||
},
|
||||
label: "Our Process", href: "#process"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Maintenance Plans",
|
||||
href: "#plans",
|
||||
},
|
||||
label: "Maintenance Plans", href: "#plans"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#about",
|
||||
},
|
||||
label: "FAQ", href: "#about"},
|
||||
{
|
||||
label: "Financing Options",
|
||||
href: "#plans",
|
||||
},
|
||||
label: "Financing Options", href: "#plans"},
|
||||
{
|
||||
label: "Emergency Help",
|
||||
href: "tel:+1-555-EMERGENCY",
|
||||
},
|
||||
label: "Emergency Help", href: "tel:+1-555-EMERGENCY"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoSrc="asset://footer-logo"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg"
|
||||
logoAlt="Kevin's Plumbing Repair Logo"
|
||||
logoText="Kevin's Plumbing Repair"
|
||||
copyrightText="© 2024 Kevin's Plumbing Repair, LLC. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user