diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 9682456..730a8c5 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -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"