Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 00:02:41 +00:00

View File

@@ -8,7 +8,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, CheckCircle, Clock, DollarSign, Droplets, Hammer, Heart, Info, MessageSquare, Pipe, Shield, Star, Wrench, Zap } from 'lucide-react';
import { Award, CheckCircle, Clock, DollarSign, Droplets, Hammer, Heart, Info, MessageSquare, Shield, Star, Wrench, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -52,11 +52,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "plain" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Professional plumber at work" },
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Professional plumber at work" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageAlt: "Bathroom plumbing services" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "Kitchen sink installation" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-vector/service-everyday-label-with-pointer_1017-30333.jpg", imageAlt: "Emergency plumbing response" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "Plumbing maintenance service" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Plumbing maintenance service" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning specialist" }
]}
autoPlay={true}
@@ -73,7 +73,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{ icon: Droplets, title: "Emergency Repairs", description: "24/7 emergency plumbing services for urgent issues. Fast response time guaranteed." },
{ icon: Pipe, title: "Pipe Installation", description: "Professional installation of new plumbing systems for homes and commercial properties." },
{ icon: Shield, title: "Pipe Installation", description: "Professional installation of new plumbing systems for homes and commercial properties." },
{ icon: Wrench, title: "Maintenance Plans", description: "Regular maintenance to prevent problems and extend the life of your plumbing system." },
{ icon: Zap, title: "Drain Cleaning", description: "Expert drain cleaning and unclogging services using state-of-the-art equipment." },
{ icon: Shield, title: "Leak Detection", description: "Advanced leak detection technology to find hidden leaks before they cause damage." },
@@ -149,7 +149,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your plumbing issue...", rows: 5, required: true }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"
imageAlt="Contact our plumbing experts"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -159,7 +159,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"
imageAlt="Professional plumbing service"
logoText="PlumbPro"
copyrightText="© 2025 PlumbPro Plumbing. All rights reserved."