diff --git a/src/app/page.tsx b/src/app/page.tsx index 68b89b1..2480d65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -237,22 +237,30 @@ export default function LandingPage() { { id: "1", value: "1,500+", - description: "Satisfied Clients - Investors, families, and businesses who trusted us" + title: "Satisfied Clients", + description: "Satisfied Clients - Investors, families, and businesses who trusted us", + videoSrc: "/placeholders/placeholder1.webp" }, { id: "2", value: "14 Days", - description: "Average Deal Time - From viewing to closing agreement completed" + title: "Average Deal Time", + description: "Average Deal Time - From viewing to closing agreement completed", + videoSrc: "/placeholders/placeholder1.webp" }, { id: "3", value: "$2.4B+", - description: "Total Transactions - Value of properties successfully sold and leased" + title: "Total Transactions", + description: "Total Transactions - Value of properties successfully sold and leased", + videoSrc: "/placeholders/placeholder1.webp" }, { id: "4", value: "45+", - description: "Cities Worldwide - Global coverage with local expertise in every market" + title: "Cities Worldwide", + description: "Cities Worldwide - Global coverage with local expertise in every market", + videoSrc: "/placeholders/placeholder1.webp" } ]} animationType="slide-up"