3 Commits

Author SHA1 Message Date
9e2c6135c7 Merge version_2 into main
Merge version_2 into main
2026-03-11 06:47:37 +00:00
2d879a8fca Update src/app/page.tsx 2026-03-11 06:47:33 +00:00
13aba9ae7e Merge version_1 into main
Merge version_1 into main
2026-03-11 06:44:02 +00:00

View File

@@ -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"
}
]}
/>