From 25b57959e19f8b01c1ee6e0fa60fc6a542c03c3e Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 16:10:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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" -- 2.49.1