From 1f43730b7b643f8e6d9c7af3ad17d6989c23618d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:31:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c74be86..199484a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Miller", handle: "@sarah_realty", testimonial: "My listings went from ignored to highlighted. This tool paid for itself in one week.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg", imageAlt: "real estate photography enhancement ai"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg?_wi=1", imageAlt: "real estate photography enhancement ai"}, { name: "John Doe", handle: "@jd_broker", testimonial: "The resolution increase is mind-blowing. Truly game changing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg", imageAlt: "ai technology image processing"}, @@ -60,13 +60,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg", imageAlt: "home improvement ai tech"}, { name: "Lisa Chen", handle: "@lisac_re", testimonial: "The AI understands house interiors better than any other tool I've used.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg", imageAlt: "real estate photography enhancement ai"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg?_wi=2", imageAlt: "real estate photography enhancement ai"}, ]} buttons={[ { text: "Upload Photos", href: "#upload"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg?_wi=3" avatars={[ { src: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg", alt: "Agent Profile 1"}, -- 2.49.1