9 Commits

Author SHA1 Message Date
156e0ec362 Merge version_3 into main
Merge version_3 into main
2026-05-07 12:17:21 +00:00
b16b7e6bed Update src/app/page.tsx 2026-05-07 12:17:15 +00:00
ecdb968f09 Merge version_2 into main
Merge version_2 into main
2026-05-07 12:03:16 +00:00
b586505984 Update src/app/page.tsx 2026-05-07 12:03:13 +00:00
b5685d5cb0 Merge version_2 into main
Merge version_2 into main
2026-05-07 12:02:48 +00:00
7cca11e7ba Update src/app/page.tsx 2026-05-07 12:02:45 +00:00
df0b948352 Merge version_1 into main
Merge version_1 into main
2026-05-07 12:00:13 +00:00
5d7045ae6c Merge version_1 into main
Merge version_1 into main
2026-05-07 11:59:39 +00:00
7f454c9f6c Merge version_1 into main
Merge version_1 into main
2026-05-07 11:59:11 +00:00

View File

@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Droplets, Thermometer, Shield } from "lucide-react";
import { Zap, Droplets, Thermometer, Shield, CheckCircle, Clock, Award, Star } from "lucide-react";
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import SplitAbout from '@/components/sections/about/SplitAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -47,8 +47,8 @@ export default function LandingPage() {
tag="Trusted Local Plumbers"
buttons={[{ text: "Get a Free Quote", href: "/contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-smiling-cheerfully-sticking-out-tongue_141793-28640.jpg", imageAlt: "professional plumber smiling tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg", imageAlt: "plumbing repair work kitchen" }
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOXxnQwmEtIjWwwgFMwQO9uf3j/uploaded-1778156221892-zowcw2po.jpg", imageAlt: "professional plumber smiling tools" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOXxnQwmEtIjWwwgFMwQO9uf3j/uploaded-1778156221893-odlfcyic.jpg", imageAlt: "plumbing repair work kitchen" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -61,7 +61,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Emergency Repairs", description: "24/7 help for any urgent plumbing crisis.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg", buttonIcon: Zap },
{ title: "Emergency Repairs", description: "24/7 help for any urgent plumbing crisis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOXxnQwmEtIjWwwgFMwQO9uf3j/uploaded-1778156221893-73z3uc8k.jpg", buttonIcon: Zap },
{ title: "Drain Cleaning", description: "Clear clogs and maintain flow effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358955.jpg", buttonIcon: Droplets },
{ title: "Water Heaters", description: "Expert repair and installation services.", imageSrc: "http://img.b2bpic.net/free-photo/kid-filling-bottle-with-water_23-2148972907.jpg", buttonIcon: Thermometer },
{ title: "Full Pipe Inspection", description: "Advanced diagnostic tech for your home.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53973.jpg", buttonIcon: Shield }
@@ -94,9 +94,20 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "About Our Team" }]}
<SplitAbout
title="Committed to Excellence"
description="With over 20 years of experience, our team of licensed professionals is dedicated to solving your plumbing needs quickly and effectively. We stand behind our work with a 100% satisfaction guarantee."
tag="Our Promise"
tagIcon={Award}
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/plumber-checking-pipes-house_23-2148810793.jpg"
imagePosition="right"
bulletPoints={[
{ title: "Certified Technicians", description: "All our staff are fully licensed and insured.", icon: CheckCircle },
{ title: "Rapid Response", description: "Same-day service for all your plumbing emergencies.", icon: Clock },
{ title: "Transparent Pricing", description: "Upfront, honest estimates with no hidden fees.", icon: Star }
]}
/>
</div>