From 2d879a8fcaf26779cdfa6fc139b0fea68730435d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:47:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77c8a84..d31e9d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,15 +89,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Modern Living", name: "Downtown Penthouse Suite", price: "$2,850,000", rating: 5, - reviewCount: "12 views", imageSrc: "http://img.b2bpic.net/free-psd/open-house-template-design_23-2150957251.jpg", imageAlt: "Modern penthouse living room with city views" + reviewCount: "Open Today", imageSrc: "http://img.b2bpic.net/free-psd/open-house-template-design_23-2150957251.jpg", imageAlt: "Modern penthouse living room with city views" }, { id: "2", brand: "Urban Residences", name: "Waterfront Contemporary Home", price: "$1,950,000", rating: 5, - reviewCount: "28 views", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", imageAlt: "Contemporary waterfront home kitchen" + reviewCount: "Recently Listed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", imageAlt: "Contemporary waterfront home kitchen" }, { id: "3", brand: "Luxury Estates", name: "Suburban Executive Residence", price: "$1,450,000", rating: 5, - reviewCount: "19 views", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Luxury bedroom suite with modern amenities" + reviewCount: "Open Today", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Luxury bedroom suite with modern amenities" } ]} /> -- 2.49.1