diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b8adda..83e5998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[{ text: "Book Now", href: "#contact" }, { text: "Call (438) 410-8300", href: "tel:4384108300" }]} - imageSrc="http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg?_wi=1" imageAlt="Luxury Plumbing Service" mediaAnimation="slide-up" avatars={[ @@ -92,7 +92,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Installation & Repairs", description: "Kitchen and bathroom installations, pipe replacements and leak repairs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg", imageAlt: "Installation" }, + id: "f1", title: "Installation & Repairs", description: "Kitchen and bathroom installations, pipe replacements and leak repairs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg?_wi=2", imageAlt: "Installation" }, items: [ { icon: CheckCircle, text: "Bathroom Installations" }, { icon: CheckCircle, text: "Leak Repairs" }, @@ -101,7 +101,7 @@ export default function LandingPage() { reverse: false }, { - id: "f2", title: "Emergency Solutions", description: "Immediate attention to your most urgent plumbing issues, anytime.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg", imageAlt: "Emergency" }, + id: "f2", title: "Emergency Solutions", description: "Immediate attention to your most urgent plumbing issues, anytime.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg?_wi=3", imageAlt: "Emergency" }, items: [ { icon: CheckCircle, text: "Emergency Plumbing" }, { icon: CheckCircle, text: "Drain Cleaning" }, @@ -124,7 +124,7 @@ export default function LandingPage() { { id: "2", name: "Michael C.", date: "Dec 2025", title: "Very Professional", quote: "Very professional and on time.", tag: "Laval Business", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-girl-with-pixie-haircut-holding-cup-showing-thumb-up-isolated-white-background-with-copy-space_141793-31979.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", imageAlt: "satisfied homeowner portrait professional" }, { id: "3", name: "Emily R.", date: "Nov 2025", title: "Highly Quality", quote: "Quick, efficient, and high-quality work.", tag: "Laval Resident", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2786.jpg", imageAlt: "happy customer professional portrait" }, { id: "4", name: "David K.", date: "Oct 2025", title: "Emergency Fix", quote: "Fast response, handled my leak immediately.", tag: "Laval Local", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2786.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg", imageAlt: "smiling satisfied client portrait" }, - { id: "5", name: "Elena V.", date: "Sep 2025", title: "Friendly Team", quote: "Clean, tidy, and very respectful.", tag: "Laval Client", avatarSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg", imageAlt: "luxury plumbing services modern tools" }, + { id: "5", name: "Elena V.", date: "Sep 2025", title: "Friendly Team", quote: "Clean, tidy, and very respectful.", tag: "Laval Client", avatarSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-background-zoom-calls_23-2149684469.jpg?_wi=4", imageAlt: "luxury plumbing services modern tools" }, ]} title="Trusted by Homeowners" description="Don't just take our word for it." @@ -149,7 +149,7 @@ export default function LandingPage() {