5 Commits

Author SHA1 Message Date
f073737cb7 Merge version_4 into main
Merge version_4 into main
2026-04-20 01:42:53 +00:00
7b00c54d1c Update src/app/page.tsx 2026-04-20 01:42:47 +00:00
2aa96265b4 Merge version_3 into main
Merge version_3 into main
2026-04-20 01:41:38 +00:00
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

View File

@@ -97,9 +97,11 @@ 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: "Expert-Led", 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: "Comprehensive", 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" },
@@ -153,7 +155,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Contact Us" tag="Contact Us"
title="Need Medical Assistance?" title="Need Medical Assistance?"
description="Visit us in Nairobi, Kenya or reach out for inquiries." description="Visit us at 123 Healthway Ave, Nairobi, Kenya or call us immediately at +254 700 000 000 for emergencies."
buttonText="Send Message" buttonText="Send Message"
/> />
</div> </div>
@@ -174,4 +176,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }