From c9d5751f4da8a4269222e8f1fb2f9e8bb5395a85 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:27:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f42b017..02c04cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Daniel was professional, responsive to all calls and emails. He treated us great and we would recommend him highly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/focused-businessman-looking-new-solutions_329181-19264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/focused-businessman-looking-new-solutions_329181-19264.jpg?_wi=1", imageAlt: "professional real estate appraisal residential exterior", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "Local Guide", testimonial: "Thomas conducted a home appraisal for us and he was knowledgeable, friendly and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg?_wi=1", imageAlt: "happy client portrait friendly professional", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "Local Guide", testimonial: "Accurate and friendly service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg?_wi=1", imageAlt: "happy client professional smile portrait", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "Property Investor", testimonial: "Fast turnaround and detailed reports. Very happy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-greeting-someone-outdoors_1262-20191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-greeting-someone-outdoors_1262-20191.jpg?_wi=1", imageAlt: "happy client portrait mature friendly", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "The best appraisal experience I've had. Very thorough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-city_1303-16173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-city_1303-16173.jpg?_wi=1", imageAlt: "happy client portrait professional looking", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/focused-businessman-looking-new-solutions_329181-19264.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-businessman-looking-new-solutions_329181-19264.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Client", company: "Soo Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg?_wi=2", }, { id: "2", @@ -193,7 +193,7 @@ export default function LandingPage() { role: "Local Guide", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg?_wi=2", }, { id: "3", @@ -201,7 +201,7 @@ export default function LandingPage() { role: "Local Guide", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-greeting-someone-outdoors_1262-20191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-greeting-someone-outdoors_1262-20191.jpg?_wi=2", }, { id: "4", @@ -209,7 +209,7 @@ export default function LandingPage() { role: "Client", company: "Property Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-city_1303-16173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-city_1303-16173.jpg?_wi=2", }, { id: "5", @@ -217,7 +217,7 @@ export default function LandingPage() { role: "Client", company: "Real Estate Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164703.jpg?_wi=3", }, ]} kpiItems={[ -- 2.49.1