diff --git a/src/app/page.tsx b/src/app/page.tsx index ab8b7ec..40149b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,9 +100,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "500+", title: "Properties Sold", description: "Completed transactions across major markets." }, - { id: "m2", value: "98%", title: "Client Satisfaction", description: "Based on post-transaction feedback ratings." }, - { id: "m3", value: "$1B+", title: "Volume Managed", description: "Total asset value successfully transacted." }, + { id: "m1", value: "500+", title: "Properties Sold", description: "Completed transactions across major markets.", videoSrc: "" }, + { id: "m2", value: "98%", title: "Client Satisfaction", description: "Based on post-transaction feedback ratings.", videoSrc: "" }, + { id: "m3", value: "$1B+", title: "Volume Managed", description: "Total asset value successfully transacted.", videoSrc: "" }, ]} tag="Our Track Record" tagIcon={TrendingUp}