From cf8c56bce912d4ab76b8eec7685a55886d042219 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:46:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c745f25..38eb92b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,13 +84,13 @@ export default function LandingPage() { description="Quantifiable results achieved through dedicated development and strategy." metrics={[ { - id: "m1", value: "50+", title: "Projects Completed", description: "Successfully launched diverse digital solutions.", videoSrc: "none" + id: "m1", value: "50+", title: "Projects Completed", description: "Successfully launched diverse digital solutions.", videoSrc: "none?_wi=1" }, { - id: "m2", value: "99%", title: "Client Satisfaction", description: "Commitment to excellence and customer success.", videoSrc: "none" + id: "m2", value: "99%", title: "Client Satisfaction", description: "Commitment to excellence and customer success.", videoSrc: "none?_wi=2" }, { - id: "m3", value: "5", title: "Years Experience", description: "Continuous growth in web technologies.", videoSrc: "none" + id: "m3", value: "5", title: "Years Experience", description: "Continuous growth in web technologies.", videoSrc: "none?_wi=3" }, ]} /> -- 2.49.1