Update src/app/properties/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Dubai Office", href: "#" },
|
||||
{ label: "info@luxeestate.ae", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
@@ -88,37 +84,13 @@ export default function PropertiesPage() {
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
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?_wi=2",
|
||||
imageAlt: "Luxury villa on Palm Jumeirah with private beach access",
|
||||
},
|
||||
id: "1", 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?_wi=2", imageAlt: "Luxury villa on Palm Jumeirah with private beach access"},
|
||||
{
|
||||
id: "2",
|
||||
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?_wi=2",
|
||||
imageAlt: "Prestigious penthouse with iconic views",
|
||||
},
|
||||
id: "2", 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?_wi=2", imageAlt: "Prestigious penthouse with iconic views"},
|
||||
{
|
||||
id: "3",
|
||||
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?_wi=2",
|
||||
imageAlt: "Exclusive gated community estate",
|
||||
},
|
||||
id: "3", 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?_wi=2", imageAlt: "Exclusive gated community estate"},
|
||||
{
|
||||
id: "4",
|
||||
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?_wi=3",
|
||||
imageAlt: "Contemporary luxury marina apartment",
|
||||
},
|
||||
id: "4", 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?_wi=3", imageAlt: "Contemporary luxury marina apartment"},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Viewing", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -137,26 +109,11 @@ export default function PropertiesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Premium location properties",
|
||||
},
|
||||
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?_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?_wi=3",
|
||||
imageAlt: "Property verification process",
|
||||
},
|
||||
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?_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?_wi=3",
|
||||
imageAlt: "Investment analysis dashboard",
|
||||
},
|
||||
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?_wi=3", imageAlt: "Investment analysis dashboard"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user