From 60a5fa73fe3adafec06d274a6770f67bbb931fa7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 01:45:19 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 72 ++++++++----------------------------- 1 file changed, 14 insertions(+), 58 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index e480b59..16e194d 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -33,8 +33,7 @@ export default function PropertiesPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Schedule Tour", - href: "/contact" + text: "Schedule Tour", href: "/contact" }} /> @@ -45,46 +44,22 @@ export default function PropertiesPage() { description="Explore our comprehensive portfolio of premium properties across Dubai's most sought-after locations" products={[ { - id: "1", - name: "Marina Towers Penthouse", - price: "AED 8,500,000", - imageSrc: "https://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694041.jpg", - imageAlt: "Marina Towers Penthouse" + id: "1", name: "Marina Towers Penthouse", price: "AED 8,500,000", imageSrc: "https://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694041.jpg", imageAlt: "Marina Towers Penthouse" }, { - id: "2", - name: "Palm Jumeirah Villa", - price: "AED 12,000,000", - imageSrc: "https://img.b2bpic.net/free-photo/summer-white-sea-vintage-maldives_1203-4459.jpg", - imageAlt: "Palm Jumeirah Villa" + id: "2", name: "Palm Jumeirah Villa", price: "AED 12,000,000", imageSrc: "https://img.b2bpic.net/free-photo/summer-white-sea-vintage-maldives_1203-4459.jpg", imageAlt: "Palm Jumeirah Villa" }, { - id: "3", - name: "Downtown Luxury Apartment", - price: "AED 5,200,000", - imageSrc: "https://img.b2bpic.net/free-photo/blue-sun-loungers-swimming-pool_198523-20.jpg", - imageAlt: "Downtown Luxury Apartment" + id: "3", name: "Downtown Luxury Apartment", price: "AED 5,200,000", imageSrc: "https://img.b2bpic.net/free-photo/blue-sun-loungers-swimming-pool_198523-20.jpg", imageAlt: "Downtown Luxury Apartment" }, { - id: "4", - name: "Emirates Hills Townhouse", - price: "AED 7,800,000", - imageSrc: "https://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg", - imageAlt: "Emirates Hills Townhouse" + id: "4", name: "Emirates Hills Townhouse", price: "AED 7,800,000", imageSrc: "https://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg", imageAlt: "Emirates Hills Townhouse" }, { - id: "5", - name: "Jumeirah Beach Residence", - price: "AED 6,200,000", - imageSrc: "https://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", - imageAlt: "Jumeirah Beach Residence" + id: "5", name: "Jumeirah Beach Residence", price: "AED 6,200,000", imageSrc: "https://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Jumeirah Beach Residence" }, { - id: "6", - name: "Business Bay Tower", - price: "AED 4,800,000", - imageSrc: "https://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339807.jpg", - imageAlt: "Business Bay Tower" + id: "6", name: "Business Bay Tower", price: "AED 4,800,000", imageSrc: "https://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339807.jpg", imageAlt: "Business Bay Tower" } ]} gridVariant="uniform-all-items-equal" @@ -100,32 +75,16 @@ export default function PropertiesPage() { description="Our proven track record in the Dubai property market" metrics={[ { - id: "1", - value: "15B+", - title: "AED in Sales", - description: "Total property transactions facilitated", - icon: Landmark + id: "1", value: "15B+", title: "AED in Sales", description: "Total property transactions facilitated", icon: Landmark }, { - id: "2", - value: "98%", - title: "Client Satisfaction", - description: "Consistently high satisfaction ratings", - icon: Star + id: "2", value: "98%", title: "Client Satisfaction", description: "Consistently high satisfaction ratings", icon: Star }, { - id: "3", - value: "24/7", - title: "Support Available", - description: "Round-the-clock customer assistance", - icon: Phone + id: "3", value: "24/7", title: "Support Available", description: "Round-the-clock customer assistance", icon: Phone }, { - id: "4", - value: "50+", - title: "Premium Locations", - description: "Exclusive properties across Dubai", - icon: MapPin + id: "4", value: "50+", title: "Premium Locations", description: "Exclusive properties across Dubai", icon: MapPin } ]} gridVariant="uniform-all-items-equal" @@ -153,8 +112,7 @@ export default function PropertiesPage() {