Update src/app/properties/page.tsx
This commit is contained in:
@@ -92,7 +92,7 @@ export default function PropertiesPage() {
|
||||
name: "Palm Jumeirah Villa",
|
||||
price: "AED 8.5M",
|
||||
variant: "5 BR | 8,500 sqft | Waterfront",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2",
|
||||
imageAlt: "Luxury villa on Palm Jumeirah with private beach access",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function PropertiesPage() {
|
||||
name: "Downtown Dubai Penthouse",
|
||||
price: "AED 6.2M",
|
||||
variant: "4 BR | 6,200 sqft | Burj Khalifa View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=2",
|
||||
imageAlt: "Prestigious penthouse with iconic views",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function PropertiesPage() {
|
||||
name: "Emirates Hills Compound Estate",
|
||||
price: "AED 12.8M",
|
||||
variant: "6 BR | 12,800 sqft | Gated Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=2",
|
||||
imageAlt: "Exclusive gated community estate",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function PropertiesPage() {
|
||||
name: "Marina Bay Luxury Apartment",
|
||||
price: "AED 4.9M",
|
||||
variant: "3 BR | 4,200 sqft | Marina View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=3",
|
||||
imageAlt: "Contemporary luxury marina apartment",
|
||||
},
|
||||
]}
|
||||
@@ -140,21 +140,21 @@ export default function PropertiesPage() {
|
||||
id: "01",
|
||||
title: "Prime Locations",
|
||||
description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=3",
|
||||
imageAlt: "Premium location properties",
|
||||
},
|
||||
{
|
||||
id: "02",
|
||||
title: "Verified Authenticity",
|
||||
description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=3",
|
||||
imageAlt: "Property verification process",
|
||||
},
|
||||
{
|
||||
id: "03",
|
||||
title: "Investment Returns",
|
||||
description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=3",
|
||||
imageAlt: "Investment analysis dashboard",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user