From 92659926976559e70eeda0148b621b1f155263dd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 06:24:08 +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 f69ef87..bb1d495 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,16 +123,16 @@ export default function LandingPage() { tagAnimation="opacity" metrics={[ { - id: "homes-served", value: "5,000+", title: "Homes Transformed", description: "Satisfied customers throughout our service area", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Homes Transformed Video" + id: "homes-served", value: "5,000+", title: "Homes Transformed", description: "Satisfied customers throughout our service area", videoSrc: "https://example.com/video.mp4?_wi=1", videoAriaLabel: "Homes Transformed Video" }, { - id: "projects-completed", value: "8,500+", title: "Projects Completed", description: "Professional installations with zero compromises", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Projects Completed Video" + id: "projects-completed", value: "8,500+", title: "Projects Completed", description: "Professional installations with zero compromises", videoSrc: "https://example.com/video.mp4?_wi=2", videoAriaLabel: "Projects Completed Video" }, { - id: "warranty-guarantee", value: "Lifetime", title: "Warranty on All Windows", description: "Complete peace of mind for every installation", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Warranty Video" + id: "warranty-guarantee", value: "Lifetime", title: "Warranty on All Windows", description: "Complete peace of mind for every installation", videoSrc: "https://example.com/video.mp4?_wi=3", videoAriaLabel: "Warranty Video" }, { - id: "response-time", value: "24hrs", title: "Average Response Time", description: "Quick quotes and scheduling for your convenience", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Response Time Video" + id: "response-time", value: "24hrs", title: "Average Response Time", description: "Quick quotes and scheduling for your convenience", videoSrc: "https://example.com/video.mp4?_wi=4", videoAriaLabel: "Response Time Video" } ]} animationType="scale-rotate"