Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 449ff0a04f | |||
| e343173226 |
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user