From 0e0c45e1dfb49e939f67218fcd045877d0cb6858 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 16:00:23 +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 f37373d..72892eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,16 +118,16 @@ export default function LandingPage() { tagIcon={Trophy} metrics={[ { - id: "24-hours", value: "24/7", title: "Always Available", description: "Open round the clock, 7 days a week. Book your session anytime, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-student-black-jacket-wearing-backpack-holding-clocks-blue-wall-school-college-university-lessons_140725-43290.jpg", imageAlt: "24-hour service availability", videoSrc: "" + id: "24-hours", value: "24/7", title: "Always Available", description: "Open round the clock, 7 days a week. Book your session anytime, day or night.", videoSrc: "https://example.com/24hours.mp4", videoAriaLabel: "24-hour service availability" }, { - id: "women-owned", value: "100%", title: "Women-Owned Business", description: "Supporting female entrepreneurship and empowerment in the wellness industry.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098616.jpg", imageAlt: "Women-owned business", videoSrc: "" + id: "women-owned", value: "100%", title: "Women-Owned Business", description: "Supporting female entrepreneurship and empowerment in the wellness industry.", videoSrc: "https://example.com/women-owned.mp4", videoAriaLabel: "Women-owned business" }, { - id: "mobile-service", value: "∞", title: "Mobile Services", description: "Therapists come to you—home, office, or hotel. Convenient wellness on your terms." + id: "mobile-service", value: "∞", title: "Mobile Services", description: "Therapists come to you—home, office, or hotel. Convenient wellness on your terms.", videoSrc: "https://example.com/mobile-service.mp4", videoAriaLabel: "Mobile services" }, { - id: "location", value: "1", title: "Prime Ikeja Location", description: "3 John Olugbo St, Ikeja. Easy access, secure, and centrally located." + id: "location", value: "1", title: "Prime Ikeja Location", description: "3 John Olugbo St, Ikeja. Easy access, secure, and centrally located.", videoSrc: "https://example.com/location.mp4", videoAriaLabel: "Prime Ikeja location" } ]} animationType="scale-rotate"