From 6bc864f72f811bd495b9b50d72d71102cee3428a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:06:33 +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 d6b427a..e54305a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,16 +163,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "customers", value: "12,000+", title: "Happy Customers", description: "Served monthly with consistent quality and care", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Happy customers video" + id: "customers", value: "12,000+", title: "Happy Customers", description: "Served monthly with consistent quality and care", videoSrc: "https://example.com/video.mp4?_wi=1", videoAriaLabel: "Happy customers video" }, { - id: "fresh", value: "100%", title: "Fresh Daily", description: "Local sourced fish delivered fresh each morning", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Fresh daily sourcing video" + id: "fresh", value: "100%", title: "Fresh Daily", description: "Local sourced fish delivered fresh each morning", videoSrc: "https://example.com/video.mp4?_wi=2", videoAriaLabel: "Fresh daily sourcing video" }, { - id: "portions", value: "240g+", title: "Average Portion", description: "Generously portioned for premium satisfaction", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Portion size video" + id: "portions", value: "240g+", title: "Average Portion", description: "Generously portioned for premium satisfaction", videoSrc: "https://example.com/video.mp4?_wi=3", videoAriaLabel: "Portion size video" }, { - id: "rating", value: "4.8★", title: "Customer Rating", description: "Consistently praised for quality and service", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Customer rating video" + id: "rating", value: "4.8★", title: "Customer Rating", description: "Consistently praised for quality and service", videoSrc: "https://example.com/video.mp4?_wi=4", videoAriaLabel: "Customer rating video" } ]} animationType="slide-up"