Update src/app/properties/page.tsx
This commit is contained in:
@@ -109,14 +109,14 @@ export default function PropertiesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills."},
|
||||
id: "1", title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Prime location properties"
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance."},
|
||||
id: "2", title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Verified properties"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields."},
|
||||
id: "3", title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Investment returns visualization"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user