From cba0be52b30c887d91a7a3486a70c0c35e4497ca Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:46:49 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 231 +++++++++++++++++++++++++++++++---------------- 1 file changed, 154 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5a132d..90df980 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,11 +18,11 @@ export default function LandingPage() { window.location.href = "/property/palm-jumeirah-villa" }, { - id: "2", name: "Downtown Dubai Penthouse", price: "AED 8,750,000", variant: "4 Bed Penthouse | City View", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Modern penthouse in Downtown Dubai", isFavorited: false + id: "2", + name: "Downtown Dubai Penthouse", + price: "AED 8,750,000", + variant: "4 Bed Penthouse | City View", + imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", + imageAlt: "Modern penthouse in Downtown Dubai", + isFavorited: false }, { - id: "3", name: "Emirates Hills Townhouse", price: "AED 6,200,000", variant: "4 Bed Townhouse | Golf View", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Contemporary townhouse in Emirates Hills", isFavorited: false + id: "3", + name: "Emirates Hills Townhouse", + price: "AED 6,200,000", + variant: "4 Bed Townhouse | Golf View", + imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", + imageAlt: "Contemporary townhouse in Emirates Hills", + isFavorited: false } ]} /> @@ -126,38 +143,50 @@ export default function LandingPage() {
@@ -165,28 +194,34 @@ export default function LandingPage() {
@@ -194,35 +229,37 @@ export default function LandingPage() {
@@ -231,35 +268,71 @@ export default function LandingPage() {
@@ -284,7 +357,8 @@ export default function LandingPage() { ); -} \ No newline at end of file +}