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" }, ]} />