From 29195bdf6f9e532f93db63faa2c4bcd2ec13867d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:30:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68d1c03..91b7344 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@alex", testimonial: "Bradyn made the home buying process seamless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg?_wi=1", imageAlt: "luxury real estate home architecture", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@mike", testimonial: "The best luxury agent in the market today.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg?_wi=1", imageAlt: "luxury real estate home architecture", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Exceeded all our expectations on our sale.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=1", imageAlt: "luxury real estate home architecture", }, { @@ -94,11 +94,11 @@ export default function LandingPage() { handle: "@chris", testimonial: "Incredible communication throughout the process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg?_wi=1", imageAlt: "luxury real estate home architecture", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg", @@ -177,21 +177,21 @@ export default function LandingPage() { name: "Alex R.", role: "Home Buyer", testimonial: "Bradyn made the whole process seamless and easy.", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg?_wi=2", }, { id: "2", name: "Sarah K.", role: "Home Seller", testimonial: "His strategy resulted in a record sale for our street.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=2", }, { id: "3", name: "Mike J.", role: "Investor", testimonial: "Professional, fast, and incredible knowledge.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg?_wi=2", }, { id: "4", -- 2.49.1