From a148b65c747ed61c23df361cf92c657f5631acce Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:30:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c410cd7..a611bce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="MINDLOOP" description="Infinite innovation, looped to perfection." buttons={[{ text: "Explore", href: "#about" }]} - slides={[{ videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4" }]} + slides={[{ videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4?_wi=1" }]} /> @@ -78,8 +78,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { id: "m1", value: "100%", title: "Precision", description: "Calculated accuracy.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4" }, - { id: "m2", value: "24/7", title: "Iteration", description: "Continuous looping.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4" }, + { id: "m1", value: "100%", title: "Precision", description: "Calculated accuracy.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4?_wi=2" }, + { id: "m2", value: "24/7", title: "Iteration", description: "Continuous looping.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4?_wi=3" }, ]} title="Performance Metrics" description="Driven by data, polished by design." @@ -132,7 +132,7 @@ export default function LandingPage() { -- 2.49.1