Update src/app/page.tsx

This commit is contained in:
2026-03-18 16:00:23 +00:00
parent 4c1e5eb063
commit 0e0c45e1df

View File

@@ -118,16 +118,16 @@ export default function LandingPage() {
tagIcon={Trophy} tagIcon={Trophy}
metrics={[ 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" animationType="scale-rotate"