4 Commits

Author SHA1 Message Date
449ff0a04f Update src/app/page.tsx 2026-04-20 01:41:35 +00:00
e343173226 Merge version_2 into main
Merge version_2 into main
2026-04-20 01:40:17 +00:00
7473e84f46 Update src/app/page.tsx 2026-04-20 01:40:11 +00:00
96317f5805 Merge version_1 into main
Merge version_1 into main
2026-04-20 01:38:34 +00:00

View File

@@ -97,16 +97,18 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<ProductCardThree <ProductCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="split-actions"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[{ text: "Book Now", href: "#contact" }]}
buttonAnimation="slide-up"
products={[ products={[
{ id: "s1", name: "General Consultation", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744722.jpg" }, { id: "s1", name: "General Consultation", price: "Expert-Led", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744722.jpg" },
{ id: "s2", name: "Laboratory Services", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/family-two-mums-having-baby_23-2149168849.jpg" }, { id: "s2", name: "Laboratory Services", price: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/family-two-mums-having-baby_23-2149168849.jpg" },
{ id: "s3", name: "Maternal Care", price: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg" }, { id: "s3", name: "Maternal Care", price: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg" },
{ id: "s4", name: "Pharmacy Services", price: "On-site", imageSrc: "http://img.b2bpic.net/free-photo/still-life-assortment-test-tubes_23-2149132642.jpg" }, { id: "s4", name: "Pharmacy Services", price: "On-site", imageSrc: "http://img.b2bpic.net/free-photo/still-life-assortment-test-tubes_23-2149132642.jpg" },
{ id: "s5", name: "Emergency Services", price: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pregnant-person-sitting-hospital-ward-bed_482257-22963.jpg" }, { id: "s5", name: "Emergency Services", price: "Urgent Response", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pregnant-person-sitting-hospital-ward-bed_482257-22963.jpg" },
{ id: "s6", name: "BP Monitoring", price: "Vital", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg" } { id: "s6", name: "BP Monitoring", price: "Vital Screening", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg" }
]} ]}
title="Medical Services" title="Medical Services"
description="Extensive range of healthcare offerings tailored to your needs." description="Extensive range of healthcare offerings tailored to your needs."
@@ -174,4 +176,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }