From a4c2bfa55a5a6f80df59e8305e7292eab4606b47 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 23:53:13 +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 06e0e73..6986494 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,16 +100,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "2018", value: "2018", title: "First Meeting", description: "Where it all began—a moment that changed everything.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2018 First Meeting" + id: "2018", value: "2018", title: "First Meeting", description: "Where it all began—a moment that changed everything.", videoSrc: "https://example.com/video.mp4?_wi=1", videoAriaLabel: "2018 First Meeting" }, { - id: "2019", value: "2019", title: "First Trip Together", description: "Exploring the world as one, beginning our shared adventures.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2019 First Trip" + id: "2019", value: "2019", title: "First Trip Together", description: "Exploring the world as one, beginning our shared adventures.", videoSrc: "https://example.com/video.mp4?_wi=2", videoAriaLabel: "2019 First Trip" }, { - id: "2021", value: "2021", title: "Built Our Home", description: "Creating a sanctuary that reflects our love and shared dreams.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2021 Built Home" + id: "2021", value: "2021", title: "Built Our Home", description: "Creating a sanctuary that reflects our love and shared dreams.", videoSrc: "https://example.com/video.mp4?_wi=3", videoAriaLabel: "2021 Built Home" }, { - id: "2022", value: "2022", title: "Committed Forever", description: "A promise to continue this beautiful journey, eternally.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2022 Committed Forever" + id: "2022", value: "2022", title: "Committed Forever", description: "A promise to continue this beautiful journey, eternally.", videoSrc: "https://example.com/video.mp4?_wi=4", videoAriaLabel: "2022 Committed Forever" } ]} /> -- 2.49.1