Merge version_2 into main #2
@@ -73,6 +73,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -88,6 +89,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
title="Meet Our Staff"
|
||||
@@ -101,6 +103,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
description="Community health data."
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
title="Community Impact"
|
||||
@@ -114,6 +119,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Finally, a local pharmacy that treats you like family! They always provide clear instructions and genuine products."
|
||||
rating={5}
|
||||
author="Jane Doe"
|
||||
@@ -125,6 +131,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
description="Frequently asked questions."
|
||||
title="Common In-Store Queries"
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you focus on local sales?", content: "Yes, we emphasize offline, in-store sales for the highest level of trust and expert service." },
|
||||
@@ -136,6 +145,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Visit GreenTrust Pharmacy"
|
||||
description="We look forward to serving your healthcare needs locally."
|
||||
|
||||
Reference in New Issue
Block a user