Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 19:22:32 +00:00
5 changed files with 148 additions and 391 deletions

View File

@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import SplitAbout from "@/components/sections/about/SplitAbout";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import Link from "next/link";
import { Clock, Award, Star, DollarSign, Zap, Heart } from "lucide-react";
export default function AboutPage() {
@@ -32,9 +31,7 @@ export default function AboutPage() {
{ name: "Emergency", id: "tel:+1-604-618-4988" },
]}
button={{
text: "Call Now",
href: "tel:+1-604-618-4988",
}}
text: "Call Now", href: "tel:+1-604-618-4988"}}
animateOnLoad={true}
/>
</div>
@@ -46,43 +43,31 @@ export default function AboutPage() {
tag="Our Journey"
bulletPoints={[
{
title: "Founded in 2010",
description:
"Started as a small family operation committed to quality service and customer care.",
icon: Heart,
title: "Founded in 2010", description:
"Started as a small family operation committed to quality service and customer care.", icon: Heart,
},
{
title: "Red Seal Certified Team",
description:
"Every technician holds Red Seal certification, the gold standard in plumbing across Canada.",
icon: Award,
title: "Red Seal Certified Team", description:
"Every technician holds Red Seal certification, the gold standard in plumbing across Canada.", icon: Award,
},
{
title: "24/7 Availability",
description:
"We're available around the clock because plumbing emergencies don't wait for business hours.",
icon: Clock,
title: "24/7 Availability", description:
"We're available around the clock because plumbing emergencies don't wait for business hours.", icon: Clock,
},
{
title: "629+ Happy Customers",
description:
"Thousands of Vancouver families trust us for their plumbing needs, as evidenced by our 5.0 rating.",
icon: Star,
title: "629+ Happy Customers", description:
"Thousands of Vancouver families trust us for their plumbing needs, as evidenced by our 5.0 rating.", icon: Star,
},
{
title: "Upfront Transparency",
description:
"We explain the work, provide clear pricing, and never surprise you with hidden charges.",
icon: DollarSign,
title: "Upfront Transparency", description:
"We explain the work, provide clear pricing, and never surprise you with hidden charges.", icon: DollarSign,
},
{
title: "Locally Rooted",
description:
"We're part of the Vancouver community and take pride in serving our neighbors with excellence.",
icon: Zap,
title: "Locally Rooted", description:
"We're part of the Vancouver community and take pride in serving our neighbors with excellence.", icon: Zap,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg"
imageAlt="VanPro Plumbing professional team and van"
mediaAnimation="blur-reveal"
textboxLayout="default"
@@ -90,9 +75,7 @@ export default function AboutPage() {
imagePosition="right"
buttons={[
{
text: "Get Started Today",
href: "tel:+1-604-618-4988",
},
text: "Get Started Today", href: "tel:+1-604-618-4988"},
]}
buttonAnimation="slide-up"
ariaLabel="About VanPro Plumbing story section"
@@ -106,38 +89,17 @@ export default function AboutPage() {
tag="Customer Stories"
testimonials={[
{
id: "1",
title: "Professional Emergency Response",
quote:
"When our pipe burst at 2 AM on a Sunday, VanPro was here in 45 minutes. Professional, efficient, and fixed the problem immediately. They saved us from serious water damage.",
name: "Sarah Mitchell",
role: "Vancouver Homeowner",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
},
id: "1", title: "Professional Emergency Response", quote:
"When our pipe burst at 2 AM on a Sunday, VanPro was here in 45 minutes. Professional, efficient, and fixed the problem immediately. They saved us from serious water damage.", name: "Sarah Mitchell", role: "Vancouver Homeowner", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
title: "Honest and Fair Service",
quote:
"I was worried about getting overcharged. VanPro explained exactly what was needed, gave me a fair quote, and did quality work. No surprises, just honest service.",
name: "Michael Chen",
role: "Burnaby Property Manager",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3",
imageAlt: "Michael Chen",
},
id: "2", title: "Honest and Fair Service", quote:
"I was worried about getting overcharged. VanPro explained exactly what was needed, gave me a fair quote, and did quality work. No surprises, just honest service.", name: "Michael Chen", role: "Burnaby Property Manager", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Michael Chen"},
{
id: "3",
title: "True Professionalism",
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: "West Vancouver Homeowner",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4",
imageAlt: "Emily Rodriguez",
},
id: "3", title: "True Professionalism", 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: "West Vancouver Homeowner", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -154,9 +116,7 @@ export default function AboutPage() {
{ 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"},
],
},
{
@@ -169,9 +129,7 @@ export default function AboutPage() {
{
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" },
],

View File

@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import Link from "next/link";
import { Phone } from "lucide-react";
export default function ContactPage() {
@@ -32,9 +31,7 @@ export default function ContactPage() {
{ name: "Emergency", id: "/contact" },
]}
button={{
text: "Call Now",
href: "tel:+1-604-618-4988",
}}
text: "Call Now", href: "tel:+1-604-618-4988"}}
animateOnLoad={true}
/>
</div>
@@ -44,47 +41,27 @@ export default function ContactPage() {
ctaTitle="Contact VanPro Plumbing"
ctaDescription="Reach out for emergency service, free estimates, or any plumbing questions. We're available 24/7 to help."
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: "How do I schedule an appointment?",
content:
"Call us at (604) 618-4988 to book an appointment. For emergencies, we respond 24/7. For routine service, we can usually accommodate you within 24-48 hours.",
},
id: "1", title: "How do I schedule an appointment?", content:
"Call us at (604) 618-4988 to book an appointment. For emergencies, we respond 24/7. For routine service, we can usually accommodate you within 24-48 hours."},
{
id: "2",
title: "Do you offer free estimates?",
content:
"Yes! We provide free, no-obligation estimates for most services. We'll inspect your issue and provide a detailed quote before any work begins.",
},
id: "2", title: "Do you offer free estimates?", content:
"Yes! We provide free, no-obligation estimates for most services. We'll inspect your issue and provide a detailed quote before any work begins."},
{
id: "3",
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: "3", 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: "4",
title: "What payment methods do you accept?",
content:
"We accept cash, all major credit cards, and debit. We also offer financing options for larger projects.",
},
id: "4", title: "What payment methods do you accept?", content:
"We accept cash, all major credit cards, and debit. We also offer financing options for larger projects."},
{
id: "5",
title: "Are there emergency service charges?",
content:
"Emergency service (outside 7am-7pm) includes a service charge, but we guarantee fair pricing and provide upfront estimates before any work.",
},
id: "5", title: "Are there emergency service charges?", content:
"Emergency service (outside 7am-7pm) includes a service charge, but we guarantee fair pricing and provide upfront estimates before any work."},
{
id: "6",
title: "How quickly can you respond?",
content:
"For emergency calls, we typically respond within 45-60 minutes in Vancouver proper. We prioritize urgent issues to minimize water damage and resolve your problem fast.",
},
id: "6", title: "How quickly can you respond?", content:
"For emergency calls, we typically respond within 45-60 minutes in Vancouver proper. We prioritize urgent issues to minimize water damage and resolve your problem fast."},
]}
useInvertedBackground={true}
animationType="slide-up"
@@ -98,41 +75,23 @@ export default function ContactPage() {
sideDescription="Here's how to reach us. Whether it's an emergency or routine service, we're ready to help."
faqs={[
{
id: "1",
title: "Phone",
content:
"Call us 24/7 at <strong>(604) 618-4988</strong>. Emergency service available anytime, day or night.",
},
id: "1", title: "Phone", content:
"Call us 24/7 at <strong>(604) 618-4988</strong>. Emergency service available anytime, day or night."},
{
id: "2",
title: "Address",
content:
"Visit us at <strong>2790 E 21st Ave, Vancouver, BC V5M 2W2</strong>. We serve all of Greater Vancouver and surrounding areas.",
},
id: "2", title: "Address", content:
"Visit us at <strong>2790 E 21st Ave, Vancouver, BC V5M 2W2</strong>. We serve all of Greater Vancouver and surrounding areas."},
{
id: "3",
title: "Service Hours",
content:
"<strong>Open 24/7</strong> for emergencies. Regular appointments available 7am-7pm Monday-Sunday. After-hours emergency service available with additional service charge.",
},
id: "3", title: "Service Hours", content:
"<strong>Open 24/7</strong> for emergencies. Regular appointments available 7am-7pm Monday-Sunday. After-hours emergency service available with additional service charge."},
{
id: "4",
title: "Service Area",
content:
"We service <strong>Greater Vancouver</strong> including Vancouver, Burnaby, Surrey, Richmond, Coquitlam, West Vancouver, North Shore, and surrounding communities.",
},
id: "4", title: "Service Area", content:
"We service <strong>Greater Vancouver</strong> including Vancouver, Burnaby, Surrey, Richmond, Coquitlam, West Vancouver, North Shore, and surrounding communities."},
{
id: "5",
title: "Emergency Response",
content:
"For urgent plumbing problems, call <strong>(604) 618-4988</strong>. We typically respond within 45-60 minutes in Vancouver proper.",
},
id: "5", title: "Emergency Response", content:
"For urgent plumbing problems, call <strong>(604) 618-4988</strong>. We typically respond within 45-60 minutes in Vancouver proper."},
{
id: "6",
title: "Free Estimates",
content:
"Get a free, no-obligation estimate by calling us. We'll assess your plumbing issue and provide transparent pricing before any work begins.",
},
id: "6", title: "Free Estimates", content:
"Get a free, no-obligation estimate by calling us. We'll assess your plumbing issue and provide transparent pricing before any work begins."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -151,9 +110,7 @@ export default function ContactPage() {
{ 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"},
],
},
{
@@ -166,9 +123,7 @@ export default function ContactPage() {
{
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" },
],

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Vancouver Plumber | 24/7 Emergency | 5-Star Rated VanPro Plumbing",
description: "Vancouver's top-rated 24/7 emergency plumber. Red Seal certified. Drain cleaning, sewer services, camera inspection. Same-day service. Call (604) 618-4988 now.",
keywords: "plumber vancouver, emergency plumber, drain cleaning vancouver, sewer repair, 24 hour plumber, camera inspection",
metadataBase: new URL("https://vanproplumbing.com"),
title: "Vancouver Plumber | 24/7 Emergency | 5-Star Rated VanPro Plumbing", description: "Vancouver's top-rated 24/7 emergency plumber. Red Seal certified. Drain cleaning, sewer services, camera inspection. Same-day service. Call (604) 618-4988 now.", keywords: "plumber vancouver, emergency plumber, drain cleaning vancouver, sewer repair, 24 hour plumber, camera inspection", metadataBase: new URL("https://vanproplumbing.com"),
alternates: {
canonical: "https://vanproplumbing.com",
},
canonical: "https://vanproplumbing.com"},
openGraph: {
title: "VanPro Plumbing - Vancouver's 5-Star Emergency Plumber",
description: "24/7 emergency plumbing services. Red Seal certified professionals. Drain cleaning, sewer repair, same-day solutions.",
url: "https://vanproplumbing.com",
siteName: "VanPro Plumbing",
type: "website",
images: [
title: "VanPro Plumbing - Vancouver's 5-Star Emergency Plumber", description: "24/7 emergency plumbing services. Red Seal certified professionals. Drain cleaning, sewer repair, same-day solutions.", url: "https://vanproplumbing.com", siteName: "VanPro Plumbing", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg",
alt: "VanPro Plumbing professional service",
},
url: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg", alt: "VanPro Plumbing professional service"},
],
},
twitter: {
card: "summary_large_image",
title: "Vancouver Emergency Plumber - VanPro Plumbing",
description: "24/7 emergency plumbing service. Red Seal certified. Call (604) 618-4988",
images: ["http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg"],
card: "summary_large_image", title: "Vancouver Emergency Plumber - VanPro Plumbing", description: "24/7 emergency plumbing service. Red Seal certified. Call (604) 618-4988", images: ["http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg"],
},
robots: {
index: true,

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" },
],

View File

@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import Link from "next/link";
export default function ServicesPage() {
return (
@@ -31,9 +30,7 @@ export default function ServicesPage() {
{ 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>
@@ -45,40 +42,24 @@ export default function ServicesPage() {
tag="Professional Services"
features={[
{
title: "Drain Cleaning & Maintenance",
description:
"Professional drain cleaning using high-pressure jetting technology. We clear clogs, backups, and slow drains quickly and efficiently. Preventative maintenance keeps your system flowing smoothly.",
imageSrc:
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg?_wi=2",
imageAlt: "Professional drain cleaning service",
button: { text: "Schedule Service", href: "tel:+1-604-618-4988" },
title: "Drain Cleaning & Maintenance", description:
"Professional drain cleaning using high-pressure jetting technology. We clear clogs, backups, and slow drains quickly and efficiently. Preventative maintenance keeps your system flowing smoothly.", imageSrc:
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", imageAlt: "Professional drain cleaning service", button: { text: "Schedule Service", href: "tel:+1-604-618-4988" },
},
{
title: "Sewer Camera Inspection",
description:
"Advanced video camera inspection reveals exactly what's happening inside your sewer lines. Identify cracks, tree roots, and blockages without expensive digging. Save $100 on this service.",
imageSrc:
"http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=2",
imageAlt: "Sewer camera inspection technology",
button: { text: "Book Inspection", href: "tel:+1-604-618-4988" },
title: "Sewer Camera Inspection", description:
"Advanced video camera inspection reveals exactly what's happening inside your sewer lines. Identify cracks, tree roots, and blockages without expensive digging. Save $100 on this service.", 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 Inspection", href: "tel:+1-604-618-4988" },
},
{
title: "Emergency Plumbing Repair",
description:
"24/7 emergency response for burst pipes, leaks, floods, and urgent issues. Our technicians arrive quickly and resolve your problem to minimize water damage and restore peace of mind.",
imageSrc:
"http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg?_wi=2",
imageAlt: "Emergency plumbing repair service",
button: { text: "Emergency Service", href: "tel:+1-604-618-4988" },
title: "Emergency Plumbing Repair", description:
"24/7 emergency response for burst pipes, leaks, floods, and urgent issues. Our technicians arrive quickly and resolve your problem to minimize water damage and restore peace of mind.", 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: "Emergency Service", href: "tel:+1-604-618-4988" },
},
{
title: "Water Heater Installation",
description:
"Professional water heater replacement and installation. Whether traditional tank or tankless systems, our technicians handle the complete job with same-day service available on select units.",
imageSrc:
"http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2",
imageAlt: "Water heater replacement and installation",
button: { text: "Get Quote", href: "/contact" },
title: "Water Heater Installation", description:
"Professional water heater replacement and installation. Whether traditional tank or tankless systems, our technicians handle the complete job with 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"
@@ -97,41 +78,23 @@ export default function ServicesPage() {
sideDescription="Find answers to common questions about our plumbing services and how we can help you."
faqs={[
{
id: "1",
title: "What's included in a drain cleaning service?",
content:
"Our drain cleaning includes professional assessment, high-pressure jetting to clear blockages, and inspection to ensure the drain is flowing properly. We provide upfront pricing and explain what we find.",
},
id: "1", title: "What's included in a drain cleaning service?", content:
"Our drain cleaning includes professional assessment, high-pressure jetting to clear blockages, and inspection to ensure the drain is flowing properly. We provide upfront pricing and explain what we find."},
{
id: "2",
title: "How much does a camera inspection cost?",
content:
"Camera inspection normally costs $150-$200, but we're currently offering $100 off, bringing it to just $50-$100. It's the best way to diagnose sewer line issues without expensive digging.",
},
id: "2", title: "How much does a camera inspection cost?", content:
"Camera inspection normally costs $150-$200, but we're currently offering $100 off, bringing it to just $50-$100. It's the best way to diagnose sewer line issues without expensive digging."},
{
id: "3",
title: "Do you offer emergency service?",
content:
"Yes! We're available 24/7 for emergency plumbing calls. Emergency service (outside 7am-7pm) includes a service charge, but we provide fair pricing and upfront estimates.",
},
id: "3", title: "Do you offer emergency service?", content:
"Yes! We're available 24/7 for emergency plumbing calls. Emergency service (outside 7am-7pm) includes a service charge, but we provide fair pricing and upfront estimates."},
{
id: "4",
title: "Can you install a new water heater same day?",
content:
"Yes, same-day installation is available for many water heater models. Call us to confirm availability for your specific unit and get a quote.",
},
id: "4", title: "Can you install a new water heater same day?", content:
"Yes, same-day installation is available for many water heater models. Call us to confirm availability for your specific unit and get a quote."},
{
id: "5",
title: "What areas do you service?",
content:
"We service all of Greater Vancouver including Vancouver, Burnaby, Surrey, Richmond, Coquitlam, West Vancouver, North Shore, and surrounding areas.",
},
id: "5", title: "What areas do you service?", content:
"We service all of Greater Vancouver including Vancouver, Burnaby, Surrey, Richmond, Coquitlam, West Vancouver, North Shore, and surrounding areas."},
{
id: "6",
title: "Do you provide estimates?",
content:
"Absolutely. We always provide a detailed, upfront estimate before starting any work. No hidden charges, just transparent pricing and quality service.",
},
id: "6", title: "Do you provide estimates?", content:
"Absolutely. We always provide a detailed, upfront estimate before starting any work. No hidden charges, just transparent pricing and quality service."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -150,9 +113,7 @@ export default function ServicesPage() {
{ 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"},
],
},
{
@@ -165,9 +126,7 @@ export default function ServicesPage() {
{
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" },
],