From 6bd3842f7c71f82245e4e8ad2b034447138a7d59 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:30:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e317dc..de1ef9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,35 +65,35 @@ export default function LandingPage() { handle: "@m_vance", testimonial: "Exceptional service from start to finish. Truly the experts in luxury real estate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg?_wi=1", }, { name: "Elena S.", handle: "@elena_s", testimonial: "EstateLux made my dream home acquisition effortless. Professionalism at its peak.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg?_wi=1", }, { name: "Julian R.", handle: "@jules_r", testimonial: "Transparent, efficient, and incredibly knowledgeable about the premium market.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-women-high-fiving-table_23-2147769998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-women-high-fiving-table_23-2147769998.jpg?_wi=1", }, { name: "Sophia L.", handle: "@sophia_l", testimonial: "An incredible experience. They understood my needs perfectly and delivered.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-resting-home_7502-9290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-resting-home_7502-9290.jpg?_wi=1", }, { name: "David K.", handle: "@david_k", testimonial: "Unparalleled access to the best properties. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architect-showing-miniature-house_23-2148242997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architect-showing-miniature-house_23-2148242997.jpg?_wi=1", }, ]} buttons={[ @@ -282,35 +282,35 @@ export default function LandingPage() { name: "Sarah Miller", role: "Investment Professional", testimonial: "Unparalleled expertise in luxury markets. Highly efficient process.", - imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg?_wi=2", }, { id: "t2", name: "James Wilson", role: "Tech Entrepreneur", testimonial: "I trust them with my most critical investment portfolios.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg?_wi=2", }, { id: "t3", name: "Lila Henderson", role: "Interior Designer", testimonial: "An incredible eye for aesthetic properties and high-end locations.", - imageSrc: "http://img.b2bpic.net/free-photo/young-women-high-fiving-table_23-2147769998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-women-high-fiving-table_23-2147769998.jpg?_wi=2", }, { id: "t4", name: "Marcus Avery", role: "Portfolio Manager", testimonial: "Transparent, consistent, and always focused on the client outcome.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-resting-home_7502-9290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-resting-home_7502-9290.jpg?_wi=2", }, { id: "t5", name: "Elena Vance", role: "Business Executive", testimonial: "Seamless execution and absolute dedication to my goals.", - imageSrc: "http://img.b2bpic.net/free-photo/architect-showing-miniature-house_23-2148242997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architect-showing-miniature-house_23-2148242997.jpg?_wi=2", }, ]} title="Client Experiences" -- 2.49.1