From 951d1a835ed852a1c2379716cc00a94e9d3bb695 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:55:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c667d9c..6dcc489 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { text: "Book Service", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg?_wi=1" /> @@ -98,7 +98,7 @@ export default function LandingPage() { description="We treat every customer like a neighbor. Fairness, honesty, and professionalism are at the heart of our company." subdescription="Since our founding, we've focused on hiring background-checked, courteous professionals who treat your home with the utmost respect." icon={Users} - imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -133,13 +133,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "John D.", date: "Jan 2024", title: "Great Service", quote: "Anthony was courteous and fixed the leak fast.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-realtor-inviting-couple-see-new-house_23-2148895497.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg", imageAlt: "happy customer home repair"}, + id: "t1", name: "John D.", date: "Jan 2024", title: "Great Service", quote: "Anthony was courteous and fixed the leak fast.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-realtor-inviting-couple-see-new-house_23-2148895497.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg?_wi=2", imageAlt: "happy customer home repair"}, { - id: "t2", name: "Sarah M.", date: "Dec 2023", title: "Highly Recommend", quote: "Jesus did an amazing job on our heater.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-hugging-man-kitchen_23-2147742357.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", imageAlt: "happy customer home repair"}, + id: "t2", name: "Sarah M.", date: "Dec 2023", title: "Highly Recommend", quote: "Jesus did an amazing job on our heater.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-hugging-man-kitchen_23-2147742357.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg?_wi=2", imageAlt: "happy customer home repair"}, { id: "t3", name: "Tom B.", date: "Nov 2023", title: "Responsive", quote: "Estevan arrived on time and was very helpful.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg", imageAlt: "happy customer home repair"}, { - id: "t4", name: "Elena R.", date: "Oct 2023", title: "Dependable", quote: "David was very professional. Will use again.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-smiling-cheerfully-happy-positive-doing-selfie-using-smartphone-showing-thumbs-up-standing-orange-wall_141793-128761.jpg", imageAlt: "happy customer home repair"}, + id: "t4", name: "Elena R.", date: "Oct 2023", title: "Dependable", quote: "David was very professional. Will use again.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-smiling-cheerfully-happy-positive-doing-selfie-using-smartphone-showing-thumbs-up-standing-orange-wall_141793-128761.jpg?_wi=1", imageAlt: "happy customer home repair"}, { id: "t5", name: "Mike P.", date: "Sep 2023", title: "Fair Pricing", quote: "William was transparent and quick to help.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10803.jpg", imageAlt: "happy customer home repair"}, ]} @@ -195,7 +195,7 @@ export default function LandingPage() { variant: "plain"}} title="Book a Service Today" description="Need plumbing help? Our team is standing by to assist you in the Tampa area." - imageSrc="http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-smiling-cheerfully-happy-positive-doing-selfie-using-smartphone-showing-thumbs-up-standing-orange-wall_141793-128761.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-smiling-cheerfully-happy-positive-doing-selfie-using-smartphone-showing-thumbs-up-standing-orange-wall_141793-128761.jpg?_wi=2" mediaAnimation="slide-up" buttonText="Schedule Now" /> -- 2.49.1