From a749a19c22f8661dfc759fa4b386c845ae0e732b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 07:14:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a9a143..2c231a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { tag="Trusted Real Estate Experts" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-architectural-lighting_84443-74866.jpg", imageAlt: "Modern luxury home exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-architectural-lighting_84443-74866.jpg?_wi=1", imageAlt: "Modern luxury home exterior"}, { imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg", imageAlt: "Professional real estate development"} ]} @@ -144,7 +144,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Happy Buyer", quote: "Square One made the process smooth and professional.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/modern-woman-taking-selfie_23-2148020565.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-architectural-lighting_84443-74866.jpg", imageAlt: "professional portrait friendly client"}, + id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Happy Buyer", quote: "Square One made the process smooth and professional.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/modern-woman-taking-selfie_23-2148020565.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-architectural-lighting_84443-74866.jpg?_wi=2", imageAlt: "professional portrait friendly client"}, { id: "2", name: "James Chen", date: "Nov 2023", title: "Investor", quote: "Exceptional market insight and great negotiation.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-ceos-managers-discussing-data-management-business-strategies_482257-123851.jpg", imageAlt: "professional portrait friendly client"}, { -- 2.49.1