From 3b1b50d609fdc1be41af5445ec51dd04e980a048 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:36:28 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 14515ad..66739c7 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -50,9 +50,9 @@ export default function PropertiesPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Oceanfront Villa Paradise", price: "$8,500,000", variant: "6 Beds • 8 Baths • Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Oceanfront villa with infinity pool"}, + id: "1", name: "Oceanfront Villa Paradise", price: "$8,500,000", variant: "6 Beds • 8 Baths • Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=2", imageAlt: "Oceanfront villa with infinity pool"}, { - id: "2", name: "Downtown Penthouse Elite", price: "$5,200,000", variant: "4 Beds • 5 Baths • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Contemporary penthouse in downtown"}, + id: "2", name: "Downtown Penthouse Elite", price: "$5,200,000", variant: "4 Beds • 5 Baths • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2", imageAlt: "Contemporary penthouse in downtown"}, { id: "3", name: "Mountain Estate Retreat", price: "$6,800,000", variant: "5 Beds • 7 Baths • Mountain View", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-view-poiana-brasov-romania-touristic-buildings-located-top-mountain-covered-with-lush-forest_1268-24836.jpg", imageAlt: "Luxurious mountain estate"}, ]}