Merge version_1 into main #2
521
src/app/page.tsx
521
src/app/page.tsx
@@ -28,396 +28,155 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="APG Plumbing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="APG Plumbing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Fast, Reliable Plumbing & Gas Fitting in Kelowna"
|
||||
description="Professional residential plumbing and emergency gas services delivered with precision. Trust Anderson Plumbing and Gas Fitting (APG) for all your home service needs."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@kelowna-resident",
|
||||
testimonial: "APG was at my door within an hour. Professional and fixed my leak instantly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah W.",
|
||||
handle: "@local-owner",
|
||||
testimonial: "The best gas fitting work I have ever seen. Clean, tidy, and very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg",
|
||||
},
|
||||
{
|
||||
name: "James L.",
|
||||
handle: "@kelowna-homeowner",
|
||||
testimonial: "Excellent service and very knowledgeable about local building codes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@satisfied-client",
|
||||
testimonial: "Responded to my emergency call late at night. Lifesaver!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-black-woman-caucasian-guy-have-outdoor-walk-stand-closely_273609-18072.jpg",
|
||||
},
|
||||
{
|
||||
name: "Tom B.",
|
||||
handle: "@residential-customer",
|
||||
testimonial: "Highly recommended for any gas appliance installation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:250-555-0123",
|
||||
},
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-woman-home_23-2152005502.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-female-customers-enjoying-shopping-online_1262-18525.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Kelowna homes"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed Gas Fitters",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned & Operated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Workmanship Guaranteed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Response Times",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fast, Reliable Plumbing & Gas Fitting in Kelowna"
|
||||
description="Professional residential plumbing and emergency gas services delivered with precision. Trust Anderson Plumbing and Gas Fitting (APG) for all your home service needs."
|
||||
testimonials={[
|
||||
{ name: "Mark D.", handle: "@kelowna-resident", testimonial: "APG was at my door within an hour. Professional and fixed my leak instantly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg" },
|
||||
{ name: "Sarah W.", handle: "@local-owner", testimonial: "The best gas fitting work I have ever seen. Clean, tidy, and very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg" },
|
||||
{ name: "James L.", handle: "@kelowna-homeowner", testimonial: "Excellent service and very knowledgeable about local building codes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg" },
|
||||
{ name: "Elena R.", handle: "@satisfied-client", testimonial: "Responded to my emergency call late at night. Lifesaver!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-black-woman-caucasian-guy-have-outdoor-walk-stand-closely_273609-18072.jpg" },
|
||||
{ name: "Tom B.", handle: "@residential-customer", testimonial: "Highly recommended for any gas appliance installation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:250-555-0123" }, { text: "Get Free Estimate", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-woman-home_23-2152005502.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-female-customers-enjoying-shopping-online_1262-18525.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ Kelowna homes"
|
||||
marqueeItems={[{ type: "text", text: "24/7 Emergency Support" }, { type: "text", text: "Licensed Gas Fitters" }, { type: "text", text: "Locally Owned & Operated" }, { type: "text", text: "Workmanship Guaranteed" }, { type: "text", text: "Fast Response Times" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trust-bar" data-section="trust-bar">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"24/7 Emergency Service",
|
||||
"Certified Gas Fitters",
|
||||
"Licensed & Insured",
|
||||
"Fast Response Times",
|
||||
"Transparent Pricing",
|
||||
"Workmanship Guarantee",
|
||||
"Local Kelowna Experts",
|
||||
]}
|
||||
title="Why Kelowna Trusts APG"
|
||||
/>
|
||||
</div>
|
||||
<div id="trust-bar" data-section="trust-bar">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["24/7 Emergency Service", "Certified Gas Fitters", "Licensed & Insured", "Fast Response Times", "Transparent Pricing", "Workmanship Guarantee", "Local Kelowna Experts"]}
|
||||
title="Why Kelowna Trusts APG"
|
||||
description="Trusted by local residents for all plumbing and gas needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Emergency Plumbing",
|
||||
description: "Rapid response for burst pipes, leaks, and critical plumbing issues 24/7.",
|
||||
tag: "Urgent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
|
||||
imageAlt: "Young woman in her kitchen",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Gas Fitting",
|
||||
description: "Certified gas line installations and safety inspections for your home appliances.",
|
||||
tag: "Certified",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg?_wi=2",
|
||||
imageAlt: "Young woman in her kitchen",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Drain Cleaning",
|
||||
description: "High-tech clearing solutions for slow drains and deep pipe obstructions.",
|
||||
tag: "Advanced",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-058csuwo.jpg?_wi=1",
|
||||
imageAlt: "Young woman in her kitchen",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Water Heaters",
|
||||
description: "Expert repair and installation of high-efficiency water heating systems.",
|
||||
tag: "Reliable",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-cwbg58nf.png?_wi=1",
|
||||
imageAlt: "Young woman in her kitchen",
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="From emergency repairs to precision gas fitting, we handle every detail with care."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Emergency Plumbing", description: "Rapid response for burst pipes, leaks, and critical plumbing issues 24/7.", tag: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", imageAlt: "Young woman in her kitchen" },
|
||||
{ id: "s2", title: "Gas Fitting", description: "Certified gas line installations and safety inspections for your home appliances.", tag: "Certified", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg", imageAlt: "Young woman in her kitchen" },
|
||||
{ id: "s3", title: "Drain Cleaning", description: "High-tech clearing solutions for slow drains and deep pipe obstructions.", tag: "Advanced", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-058csuwo.jpg", imageAlt: "Young woman in her kitchen" },
|
||||
{ id: "s4", title: "Water Heaters", description: "Expert repair and installation of high-efficiency water heating systems.", tag: "Reliable", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-cwbg58nf.png", imageAlt: "Young woman in her kitchen" },
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="From emergency repairs to precision gas fitting, we handle every detail with care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Every Pipe"
|
||||
description="At Anderson Plumbing and Gas Fitting, we believe in doing it right the first time. We bring luxury standards to local residential plumbing in Kelowna, combining technical mastery with honest, transparent service. Your peace of mind is our primary metric for success."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Every Pipe"
|
||||
description="At Anderson Plumbing and Gas Fitting, we believe in doing it right the first time. We bring luxury standards to local residential plumbing in Kelowna, combining technical mastery with honest, transparent service. Your peace of mind is our primary metric for success."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Bath Renovation",
|
||||
price: "Completed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-058csuwo.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gas Piping",
|
||||
price: "Completed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-cwbg58nf.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Water Setup",
|
||||
price: "Completed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-0yqmuoq4.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bathroom Install",
|
||||
price: "Completed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-249ejcrg.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Plumbing System",
|
||||
price: "Completed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gas Appliance",
|
||||
price: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Real Project Results"
|
||||
description="See the precision behind our workmanship in recent Kelowna home installations."
|
||||
/>
|
||||
</div>
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Bath Renovation", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-058csuwo.jpg" },
|
||||
{ id: "p2", name: "Gas Piping", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-cwbg58nf.png" },
|
||||
{ id: "p3", name: "Water Setup", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-0yqmuoq4.jpg" },
|
||||
{ id: "p4", name: "Bathroom Install", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-249ejcrg.jpg" },
|
||||
{ id: "p5", name: "Plumbing System", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-f2i2vba3.jpg" },
|
||||
{ id: "p6", name: "Gas Appliance", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg" },
|
||||
]}
|
||||
title="Real Project Results"
|
||||
description="See the precision behind our workmanship in recent Kelowna home installations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Smith",
|
||||
role: "Property Owner",
|
||||
company: "Kelowna Home",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Garcia",
|
||||
role: "Homeowner",
|
||||
company: "Residential",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dave Taylor",
|
||||
role: "Client",
|
||||
company: "Local Kelowna",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-husband-wife-toasting-with-wine-before-family-lunch-kitchen_637285-3136.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Brown",
|
||||
role: "Resident",
|
||||
company: "Kelowna Area",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-works-from-home-writes-her-diary-makes-notes-journal-planner-sits-near_1258-186551.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Robert Lee",
|
||||
role: "Homeowner",
|
||||
company: "Residential",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Jobs Completed",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Availability",
|
||||
},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="Our work speaks for itself, but our customers speak for us even better."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John Smith", role: "Property Owner", company: "Kelowna Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
|
||||
{ id: "t2", name: "Maria Garcia", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg" },
|
||||
{ id: "t3", name: "Dave Taylor", role: "Client", company: "Local Kelowna", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-husband-wife-toasting-with-wine-before-family-lunch-kitchen_637285-3136.jpg" },
|
||||
{ id: "t4", name: "Alice Brown", role: "Resident", company: "Kelowna Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-works-from-home-writes-her-diary-makes-notes-journal-planner-sits-near_1258-186551.jpg" },
|
||||
{ id: "t5", name: "Robert Lee", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
|
||||
]}
|
||||
kpiItems={[{ value: "100+", label: "Jobs Completed" }, { value: "5.0", label: "Avg Rating" }, { value: "24/7", label: "Availability" }]}
|
||||
title="Customer Stories"
|
||||
description="Our work speaks for itself, but our customers speak for us even better."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we provide 24/7 emergency plumbing and gas fitting services to Kelowna and the surrounding area.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. Our team consists of certified, fully licensed, and insured plumbing and gas professionals.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How quickly can you respond?",
|
||||
content: "We prioritize emergency calls and aim to reach residential customers as fast as possible, usually within the same day for standard requests.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve Kelowna, BC, and provide coverage for surrounding residential neighborhoods.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services in Kelowna."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency plumbing and gas fitting services to Kelowna and the surrounding area." },
|
||||
{ id: "f2", title: "Are you licensed and insured?", content: "Absolutely. Our team consists of certified, fully licensed, and insured plumbing and gas professionals." },
|
||||
{ id: "f3", title: "How quickly can you respond?", content: "We prioritize emergency calls and aim to reach residential customers as fast as possible, usually within the same day for standard requests." },
|
||||
{ id: "f4", title: "What areas do you serve?", content: "We primarily serve Kelowna, BC, and provide coverage for surrounding residential neighborhoods." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services in Kelowna."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get Your Estimate"
|
||||
description="Contact Anderson Plumbing and Gas Fitting today for professional solutions. Fill in your details below and we will contact you shortly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-0yqmuoq4.jpg?_wi=2"
|
||||
onSubmit={(data) => { console.log('Lead Submitted:', data); }}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get Your Estimate"
|
||||
description="Contact Anderson Plumbing and Gas Fitting today for professional solutions. Fill in your details below and we will contact you shortly."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4, required: true }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDZVok20JvKYcp1UENzb2OyGcr/uploaded-1779715601801-0yqmuoq4.jpg"
|
||||
onSubmit={(data) => { console.log('Lead Submitted:', data); }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="APG Plumbing"
|
||||
copyrightText="© 2024 Anderson Plumbing and Gas Fitting. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="APG Plumbing"
|
||||
copyrightText="© 2024 Anderson Plumbing and Gas Fitting. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user