From ea8a405e7bb5c84df393d7e62b992140f7ea860c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:45:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 613e37f..db42dba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Schedule Tour", href: "#contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1" imageAlt="Stunning luxury home exterior with modern architecture" mediaAnimation="slide-up" /> @@ -72,13 +72,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Downtown Luxury", name: "Modern Penthouse with City Views", price: "$2,450,000", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Luxurious penthouse apartment"}, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1", imageAlt: "Luxurious penthouse apartment"}, { id: "2", brand: "Suburban Elite", name: "Contemporary Family Villa", price: "$1,850,000", rating: 5, - reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg", imageAlt: "Beautiful contemporary villa"}, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=1", imageAlt: "Beautiful contemporary villa"}, { id: "3", brand: "Urban Collection", name: "Modern Apartment with Amenities", price: "$950,000", rating: 5, - reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Modern luxury apartment interior"}, + reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=1", imageAlt: "Modern luxury apartment interior"}, ]} /> @@ -99,22 +99,22 @@ export default function LandingPage() {