From d10e5d599c7460c21a7d58961d47149885a27fa2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:03:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c27394b..537b65d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg", imageAlt: "Luxury home construction with modern architecture" }, { - imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", imageAlt: "High-end residential project interior" + imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=1", imageAlt: "High-end residential project interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", imageAlt: "Upscale commercial building" + imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=1", imageAlt: "Upscale commercial building" } ]} autoplayDelay={5000} @@ -90,11 +90,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Residential", name: "Hillside Modern Residence", price: "$3.2M", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", imageAlt: "Hillside Modern Residence exterior" + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=2", imageAlt: "Hillside Modern Residence exterior" }, { id: "2", brand: "Commercial", name: "Downtown Corporate Complex", price: "$8.5M", rating: 5, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", imageAlt: "Downtown Corporate Complex" + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2", imageAlt: "Downtown Corporate Complex" }, { id: "3", brand: "Residential", name: "Luxury Estate Renovation", price: "$2.8M", rating: 5, -- 2.49.1