Update src/app/properties/page.tsx
This commit is contained in:
@@ -33,8 +33,7 @@ export default function PropertiesPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Tour",
|
||||
href: "/contact"
|
||||
text: "Schedule Tour", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -162,8 +120,7 @@ export default function PropertiesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Property", href: "/properties" },
|
||||
{ label: "Sell Property", href: "#" },
|
||||
{ label: "Property Management", href: "#" },
|
||||
@@ -171,8 +128,7 @@ export default function PropertiesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user