From d649750f01f4a6e2e506cad36954d6aefec0123f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:51:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3657b1..7a8106d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1-555-0123" }, { text: "Request Free Quote", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=1" imageAlt="Professional service team" mediaAnimation="slide-up" /> @@ -105,7 +105,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Downtown Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Local Retail", rating: 5, @@ -113,7 +113,7 @@ export default function LandingPage() { }, { id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Residential Complex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { id: "4", name: "David Kim", role: "Homeowner", company: "Suburbs", rating: 5, @@ -139,7 +139,7 @@ export default function LandingPage() { tagIcon={Zap} background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2" imageAlt="Contact us for service" mediaAnimation="slide-up" inputPlaceholder="Enter your email" -- 2.49.1