From a01a3ef6f62b48d90b886d73a6bab3cdfdabeb7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 07:35:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 674c18f..cadfac3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Browse Listings", href: "#catalog"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/chicago-water-tower_649448-3053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chicago-water-tower_649448-3053.jpg?_wi=1" imageAlt="Luxury home exterior" avatars={[ { @@ -78,7 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Decades of Excellence" description="We specialize in finding hidden gems in the most sought-after markets. Our commitment to transparency and client satisfaction sets us apart in the real estate world." - imageSrc="http://img.b2bpic.net/free-photo/portrait-female-real-estate-agent-looking-camera-while-happy-couple-standing-background_637285-6097.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-female-real-estate-agent-looking-camera-while-happy-couple-standing-background_637285-6097.jpg?_wi=1" imageAlt="Real estate professional in a modern office" /> @@ -92,7 +92,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Hillside", name: "Modern Villa", price: "$1,200,000", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/attic-minimal-kitchen-blue-fronts-bright-marble_169016-69269.jpg", imageAlt: "Villa living room"}, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/attic-minimal-kitchen-blue-fronts-bright-marble_169016-69269.jpg?_wi=1", imageAlt: "Villa living room"}, { id: "p2", brand: "Downtown", name: "Luxury Penthouse", price: "$2,500,000", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/picturesque-countryside-with-beautiful-houses-by-seashore-well-groomed-lawn-with-pathway_181624-48827.jpg", imageAlt: "Modern interior"}, @@ -180,11 +180,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah J.", date: "Jan 2024", title: "Home Buyer", quote: "Professional, efficient, and truly attentive to my needs.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicago-water-tower_649448-3053.jpg", imageAlt: "business portrait man"}, + id: "t1", name: "Sarah J.", date: "Jan 2024", title: "Home Buyer", quote: "Professional, efficient, and truly attentive to my needs.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicago-water-tower_649448-3053.jpg?_wi=2", imageAlt: "business portrait man"}, { - id: "t2", name: "Marcus R.", date: "Feb 2024", title: "Investor", quote: "The best market insights I have ever encountered.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-real-estate-agent-looking-camera-while-happy-couple-standing-background_637285-6097.jpg", imageAlt: "business portrait man"}, + id: "t2", name: "Marcus R.", date: "Feb 2024", title: "Investor", quote: "The best market insights I have ever encountered.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-real-estate-agent-looking-camera-while-happy-couple-standing-background_637285-6097.jpg?_wi=2", imageAlt: "business portrait man"}, { - id: "t3", name: "Elena P.", date: "Mar 2024", title: "Seller", quote: "EliteEstate exceeded all my expectations for my property sale.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attic-minimal-kitchen-blue-fronts-bright-marble_169016-69269.jpg", imageAlt: "business portrait man"}, + id: "t3", name: "Elena P.", date: "Mar 2024", title: "Seller", quote: "EliteEstate exceeded all my expectations for my property sale.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attic-minimal-kitchen-blue-fronts-bright-marble_169016-69269.jpg?_wi=2", imageAlt: "business portrait man"}, { id: "t4", name: "David W.", date: "Apr 2024", title: "Home Buyer", quote: "Smooth closing process and excellent communication throughout.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-table-working-with-laptop_1157-33736.jpg", imageAlt: "business portrait man"}, { -- 2.49.1