diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e1345c..e9a92e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { >
window.location.href = "/property/palm-jumeirah-villa" + id: "1", name: "Penthouse Sanctuary", price: "Custom Design", variant: "Bespoke Modern", imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg?_wi=2", imageAlt: "Modern interior penthouse" }, { - 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?_wi=2", imageAlt: "Modern penthouse in Downtown Dubai", isFavorited: false + id: "2", name: "Villa Grandeur", price: "Custom Design", variant: "Classic Contemporary", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=2", imageAlt: "Contemporary villa design" }, { - 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?_wi=2", imageAlt: "Contemporary townhouse in Emirates Hills", isFavorited: false + id: "3", name: "Urban Minimalist", price: "Custom Design", variant: "Minimalist Chic", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=2", imageAlt: "Minimalist urban apartment" } ]} /> @@ -105,23 +98,23 @@ export default function LandingPage() {
@@ -153,52 +137,19 @@ export default function LandingPage() {
-
- -
- @@ -206,30 +157,15 @@ export default function LandingPage() {
@@ -239,13 +175,12 @@ export default function LandingPage() {
@@ -253,40 +188,10 @@ export default function LandingPage() {