From e58d4159d770c3c9f43f607d3b0f1b38480f0d00 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 07:36:46 +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 1d7add4..2509648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,16 +142,16 @@ export default function LandingPage() { tagIcon={Shield} metrics={[ { - id: "on-time", value: "Always", title: "On Time", description: "We respect your time and always arrive when promised" + id: "on-time", value: "Always", title: "On Time", description: "We respect your time and always arrive when promised", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "On-time service video" }, { - id: "communication", value: "100%", title: "Clear Communication", description: "No surprises – we explain everything upfront" + id: "communication", value: "100%", title: "Clear Communication", description: "No surprises – we explain everything upfront", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Clear communication video" }, { - id: "cleanliness", value: "Professional", title: "Clean & Respectful", description: "We treat your home like our own" + id: "cleanliness", value: "Professional", title: "Clean & Respectful", description: "We treat your home like our own", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Professional service video" }, { - id: "honest", value: "Fair", title: "Honest Pricing", description: "No upselling – just quality work at fair rates" + id: "honest", value: "Fair", title: "Honest Pricing", description: "No upselling – just quality work at fair rates", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Fair pricing video" } ]} />