|
|
|
@@ -3,7 +3,7 @@
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
|
|
|
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
|
|
|
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
|
|
|
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
|
|
|
import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine";
|
|
|
|
import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine";
|
|
|
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
|
|
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
|
|
|
@@ -34,19 +34,25 @@ export default function SalPlumbingPage() {
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<div id="hero">
|
|
|
|
<div id="hero">
|
|
|
|
<HeroBillboard
|
|
|
|
<HeroSplitKpi
|
|
|
|
title="Expert Plumbing & Heating Services"
|
|
|
|
title="Expert Plumbing & Heating Services"
|
|
|
|
description="Reliable, professional, and affordable plumbing solutions for your home. From water heater repairs to emergency leaks, Sal's has you covered."
|
|
|
|
description="Reliable, professional, and affordable plumbing solutions for your home. From water heater repairs to emergency leaks, Sal's has you covered."
|
|
|
|
buttons={[{ text: "Book Now", href: "#contact" }]}
|
|
|
|
buttons={[{ text: "Book Now", href: "#contact" }]}
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfpSjlma8xN5ZgeOX4QBcDQpqr/uploaded-1778683562615-goxv8259.jpg"
|
|
|
|
kpis={[
|
|
|
|
imageAlt="Professional plumbing technician"
|
|
|
|
{ value: "15+", label: "Years Experience" },
|
|
|
|
|
|
|
|
{ value: "24/7", label: "Emergency Support" },
|
|
|
|
|
|
|
|
{ value: "100%", label: "Satisfied Clients" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
enableKpiAnimation={true}
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfpSjlma8xN5ZgeOX4QBcDQpqr/uploaded-1778684136029-g88557nj.jpg"
|
|
|
|
|
|
|
|
imageAlt="Professional plumbing technician"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
title="Our Work in Action"
|
|
|
|
title="Our Work in Action"
|
|
|
|
description="Take a look at the quality craftsmanship we bring to every job."
|
|
|
|
description="Take a look at the quality craftsmanship we bring to every job."
|
|
|
|
mediaItems={[
|
|
|
|
mediaItems={[
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfpSjlma8xN5ZgeOX4QBcDQpqr/uploaded-1778683562615-goxv8259.jpg", imageAlt: "Work 1" },
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfpSjlma8xN5ZgeOX4QBcDQpqr/uploaded-1778683562615-goxv8259.jpg?_wi=2", imageAlt: "Work 1" },
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "Work 2" },
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "Work 2" },
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp?_wi=1", imageAlt: "Work 3" }
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp?_wi=1", imageAlt: "Work 3" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
|