Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:22:27 +00:00
parent 35d210d5ad
commit 327a9e2f33

View File

@@ -35,9 +35,7 @@ export default function HomePage() {
{ name: "Emergency", id: "emergency" },
]}
button={{
text: "Call Now",
href: "tel:+1-604-618-4988",
}}
text: "Call Now", href: "tel:+1-604-618-4988"}}
animateOnLoad={true}
/>
</div>
@@ -49,13 +47,9 @@ export default function HomePage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg",
alt: "VanPro certified technician",
},
src: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg", alt: "VanPro certified technician"},
{
src: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg",
alt: "VanPro professional plumber",
},
src: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", alt: "VanPro professional plumber"},
]}
avatarText="Trusted by 629+ Homeowners (5.0 Rating)"
buttons={[
@@ -79,40 +73,24 @@ export default function HomePage() {
tag="Services"
features={[
{
title: "Drain Cleaning",
description:
"Fast, professional drain cleaning for clogs, backups, and slow drains. Equipment includes high-pressure jetting.",
imageSrc:
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg?_wi=1",
imageAlt: "Professional drain cleaning service",
button: { text: "Learn More", href: "/services" },
title: "Drain Cleaning", description:
"Fast, professional drain cleaning for clogs, backups, and slow drains. Equipment includes high-pressure jetting.", imageSrc:
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", imageAlt: "Professional drain cleaning service", button: { text: "Learn More", href: "/services" },
},
{
title: "$100 Off Camera Inspection",
description:
"Advanced sewer camera inspection to diagnose issues accurately. See exactly what's wrong before expensive repairs.",
imageSrc:
"http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=1",
imageAlt: "Sewer camera inspection technology",
button: { text: "Book Now", href: "tel:+1-604-618-4988" },
title: "$100 Off Camera Inspection", description:
"Advanced sewer camera inspection to diagnose issues accurately. See exactly what's wrong before expensive repairs.", imageSrc:
"http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg", imageAlt: "Sewer camera inspection technology", button: { text: "Book Now", href: "tel:+1-604-618-4988" },
},
{
title: "Emergency Plumbing",
description:
"24/7 emergency response for burst pipes, floods, and urgent issues. Available nights, weekends, and holidays.",
imageSrc:
"http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg?_wi=1",
imageAlt: "Emergency plumbing repair service",
button: { text: "Get Help Now", href: "tel:+1-604-618-4988" },
title: "Emergency Plumbing", description:
"24/7 emergency response for burst pipes, floods, and urgent issues. Available nights, weekends, and holidays.", imageSrc:
"http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg", imageAlt: "Emergency plumbing repair service", button: { text: "Get Help Now", href: "tel:+1-604-618-4988" },
},
{
title: "Water Heater Replacement",
description:
"Professional water heater installation and replacement. Same-day service available on select units.",
imageSrc:
"http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1",
imageAlt: "Water heater replacement and installation",
button: { text: "Get Quote", href: "/contact" },
title: "Water Heater Replacement", description:
"Professional water heater installation and replacement. Same-day service available on select units.", imageSrc:
"http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater replacement and installation", button: { text: "Get Quote", href: "/contact" },
},
]}
gridVariant="two-columns-alternating-heights"
@@ -132,42 +110,30 @@ export default function HomePage() {
tag="About Us"
bulletPoints={[
{
title: "24/7 Emergency Service",
description:
"Available around the clock, every day of the year for urgent plumbing emergencies.",
icon: Clock,
title: "24/7 Emergency Service", description:
"Available around the clock, every day of the year for urgent plumbing emergencies.", icon: Clock,
},
{
title: "Red Seal Certified",
description:
"Our technicians hold Red Seal certification, the gold standard in plumbing expertise across Canada.",
icon: Award,
title: "Red Seal Certified", description:
"Our technicians hold Red Seal certification, the gold standard in plumbing expertise across Canada.", icon: Award,
},
{
title: "5-Star Rating (629 Reviews)",
description:
"Trusted by over 600 Vancouver families who rely on our quality and professionalism.",
icon: Star,
title: "5-Star Rating (629 Reviews)", description:
"Trusted by over 600 Vancouver families who rely on our quality and professionalism.", icon: Star,
},
{
title: "Upfront Pricing",
description:
"No surprise charges. We explain the work and provide clear pricing before we start.",
icon: DollarSign,
title: "Upfront Pricing", description:
"No surprise charges. We explain the work and provide clear pricing before we start.", icon: DollarSign,
},
{
title: "Same-Day Service",
description:
"Many issues can be resolved same day. Fast, reliable solutions when you need them most.",
icon: Zap,
title: "Same-Day Service", description:
"Many issues can be resolved same day. Fast, reliable solutions when you need them most.", icon: Zap,
},
{
title: "Locally Owned",
description:
"We're part of the Vancouver community and take pride in serving our neighbors right.",
},
title: "Locally Owned", description:
"We're part of the Vancouver community and take pride in serving our neighbors right."},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg"
imageAlt="VanPro Plumbing professional team"
mediaAnimation="blur-reveal"
textboxLayout="default"
@@ -188,71 +154,29 @@ export default function HomePage() {
tag="Reviews"
testimonials={[
{
id: "1",
title: "Outstanding Emergency Response",
quote:
"When our pipe burst at 2 AM on a Sunday, VanPro was here in 45 minutes. The technician was professional, efficient, and fixed the problem immediately. Saved us from serious water damage!",
name: "Sarah Mitchell",
role: "Homeowner, Vancouver",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
id: "1", title: "Outstanding Emergency Response", quote:
"When our pipe burst at 2 AM on a Sunday, VanPro was here in 45 minutes. The technician was professional, efficient, and fixed the problem immediately. Saved us from serious water damage!", name: "Sarah Mitchell", role: "Homeowner, Vancouver", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
title: "Honest and Fair Pricing",
quote:
"I was worried about getting overcharged for the repair. VanPro explained exactly what was needed, gave me a fair quote, and did quality work. No surprises, just great service.",
name: "Michael Chen",
role: "Property Manager, Burnaby",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "2", title: "Honest and Fair Pricing", quote:
"I was worried about getting overcharged for the repair. VanPro explained exactly what was needed, gave me a fair quote, and did quality work. No surprises, just great service.", name: "Michael Chen", role: "Property Manager, Burnaby", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Michael Chen"},
{
id: "3",
title: "Red Seal Certified Excellence",
quote:
"The technician knew exactly what he was doing. Certified professional, courteous, cleaned up after himself. This is what true professionalism looks like.",
name: "Emily Rodriguez",
role: "Homeowner, West Vancouver",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
id: "3", title: "Red Seal Certified Excellence", quote:
"The technician knew exactly what he was doing. Certified professional, courteous, cleaned up after himself. This is what true professionalism looks like.", name: "Emily Rodriguez", role: "Homeowner, West Vancouver", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
title: "Same-Day Solution",
quote:
"Called in the morning about a drain issue. They came that afternoon and fixed it completely. Fast, reliable, and worth every penny.",
name: "David Kim",
role: "Homeowner, East Vancouver",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "David Kim",
},
id: "4", title: "Same-Day Solution", quote:
"Called in the morning about a drain issue. They came that afternoon and fixed it completely. Fast, reliable, and worth every penny.", name: "David Kim", role: "Homeowner, East Vancouver", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"},
{
id: "5",
title: "Camera Inspection Was Thorough",
quote:
"The $100 off camera inspection was perfect for diagnosing the problem. They showed me exactly what was wrong and explained my options clearly.",
name: "Jennifer Walsh",
role: "Homeowner, North Shore",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
imageAlt: "Jennifer Walsh",
},
id: "5", title: "Camera Inspection Was Thorough", quote:
"The $100 off camera inspection was perfect for diagnosing the problem. They showed me exactly what was wrong and explained my options clearly.", name: "Jennifer Walsh", role: "Homeowner, North Shore", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jennifer Walsh"},
{
id: "6",
title: "Professional from Start to Finish",
quote:
"Every interaction was professional. Punctual arrival, clean work, transparent communication. I'd recommend VanPro to anyone needing plumbing services.",
name: "Robert Thompson",
role: "Property Owner, Coquitlam",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "Robert Thompson",
},
id: "6", title: "Professional from Start to Finish", quote:
"Every interaction was professional. Punctual arrival, clean work, transparent communication. I'd recommend VanPro to anyone needing plumbing services.", name: "Robert Thompson", role: "Property Owner, Coquitlam", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Robert Thompson"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -265,47 +189,27 @@ export default function HomePage() {
ctaTitle="Plumbing Emergency? We're Available 24/7"
ctaDescription="Don't let a plumbing crisis ruin your day. Call VanPro Plumbing now for immediate emergency assistance."
ctaButton={{
text: "Call Now (604) 618-4988",
href: "tel:+1-604-618-4988",
}}
text: "Call Now (604) 618-4988", href: "tel:+1-604-618-4988"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "What areas do you serve?",
content:
"We service all of Greater Vancouver including Vancouver, Burnaby, Surrey, Richmond, Coquitlam, West Vancouver, North Shore, and surrounding areas.",
},
id: "1", title: "What areas do you serve?", content:
"We service all of Greater Vancouver including Vancouver, Burnaby, Surrey, Richmond, Coquitlam, West Vancouver, North Shore, and surrounding areas."},
{
id: "2",
title: "Are there after-hours charges?",
content:
"Yes, emergency service (outside 7am-7pm) includes a service charge, but we guarantee fair pricing and upfront quotes before any work begins.",
},
id: "2", title: "Are there after-hours charges?", content:
"Yes, emergency service (outside 7am-7pm) includes a service charge, but we guarantee fair pricing and upfront quotes before any work begins."},
{
id: "3",
title: "What if I'm not satisfied?",
content:
"Your satisfaction is guaranteed. If you're not happy with our work, we'll make it right at no additional charge.",
},
id: "3", title: "What if I'm not satisfied?", content:
"Your satisfaction is guaranteed. If you're not happy with our work, we'll make it right at no additional charge."},
{
id: "4",
title: "Can I get a quote before you start?",
content:
"Absolutely. We always provide a detailed estimate and explain the work before charging you anything.",
},
id: "4", title: "Can I get a quote before you start?", content:
"Absolutely. We always provide a detailed estimate and explain the work before charging you anything."},
{
id: "5",
title: "Do you offer financing options?",
content:
"Yes, we offer financing options for larger projects. Call us to discuss payment plans that work for your budget.",
},
id: "5", title: "Do you offer financing options?", content:
"Yes, we offer financing options for larger projects. Call us to discuss payment plans that work for your budget."},
{
id: "6",
title: "What's your response time?",
content:
"For emergency calls, we typically respond within 45-60 minutes in Vancouver proper. Call now to confirm availability.",
},
id: "6", title: "What's your response time?", content:
"For emergency calls, we typically respond within 45-60 minutes in Vancouver proper. Call now to confirm availability."},
]}
useInvertedBackground={true}
animationType="slide-up"
@@ -322,9 +226,7 @@ export default function HomePage() {
{ label: "Call Emergency", href: "tel:+1-604-618-4988" },
{ label: "Get Free Estimate", href: "/contact" },
{
label: "$100 Off Camera Inspection",
href: "#services",
},
label: "$100 Off Camera Inspection", href: "#services"},
],
},
{
@@ -337,9 +239,7 @@ export default function HomePage() {
{
items: [
{
label: "Emergency Service",
href: "tel:+1-604-618-4988",
},
label: "Emergency Service", href: "tel:+1-604-618-4988"},
{ label: "Service Areas", href: "#" },
{ label: "Contact", href: "/contact" },
],