diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 2d59c21..47bc08f 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -51,29 +51,11 @@ export default function PropertiesPage() { animationType="slide-up" products={[ { - id: "villa-1", - name: "Downtown Dubai Luxury Penthouse", - price: "AED 12.5M", - variant: "5 Bedrooms • Downtown", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", - imageAlt: "Downtown luxury penthouse", - }, + id: "villa-1", name: "Downtown Dubai Luxury Penthouse", price: "AED 12.5M", variant: "5 Bedrooms • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Downtown luxury penthouse"}, { - id: "villa-2", - name: "Palm Jumeirah Beachfront Villa", - price: "AED 18.9M", - variant: "6 Bedrooms • Palm Jumeirah", - imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2", - imageAlt: "Beachfront villa", - }, + id: "villa-2", name: "Palm Jumeirah Beachfront Villa", price: "AED 18.9M", variant: "6 Bedrooms • Palm Jumeirah", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2", imageAlt: "Beachfront villa"}, { - id: "villa-3", - name: "Emirates Hills Mansion", - price: "AED 22.5M", - variant: "7 Bedrooms • Emirates Hills", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2", - imageAlt: "Emirates Hills mansion", - }, + id: "villa-3", name: "Emirates Hills Mansion", price: "AED 22.5M", variant: "7 Bedrooms • Emirates Hills", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2", imageAlt: "Emirates Hills mansion"}, ]} /> @@ -99,8 +81,7 @@ export default function PropertiesPage() {