diff --git a/src/app/page.tsx b/src/app/page.tsx index 11f7dd2..c45353e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,13 +155,13 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Expert Market Knowledge", description: "Deep insights into Dubai's luxury market trends and investment opportunities with data-driven strategies.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Market knowledge visualization" + id: "1", title: "Expert Market Knowledge", description: "Deep insights into Dubai's luxury market trends and investment opportunities with data-driven strategies.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Market knowledge visualization" }, { - id: "2", title: "Complete Protection", description: "Rigorous verification processes and transparent transactions ensuring legal compliance and complete peace of mind.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Protection and security visualization" + id: "2", title: "Complete Protection", description: "Rigorous verification processes and transparent transactions ensuring legal compliance and complete peace of mind.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Protection and security visualization" }, { - id: "3", title: "Exclusive Access", description: "Access to off-market opportunities and private listings not available to the general public.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Exclusive access visualization" + id: "3", title: "Exclusive Access", description: "Access to off-market opportunities and private listings not available to the general public.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Exclusive access visualization" }, ]} textboxLayout="default"