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