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 +}