Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b337b40b54 | |||
| 204cee4bd7 | |||
| 7c4141b082 | |||
| 1fb49f63ef |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Clinical Excellence"
|
title="Over 15,000 Happy Smiles Trusted Us"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Award, label: "Years of Trusted Care", value: "20+" },
|
{ icon: Award, label: "Years of Trusted Care", value: "20+" },
|
||||||
{ icon: Users, label: "Happy Patients", value: "15k+" },
|
{ icon: Users, label: "Happy Patients", value: "15k+" },
|
||||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
ctaTitle="Book Your Visit"
|
ctaTitle="Book Your Visit"
|
||||||
ctaDescription="Ready to take care of your oral health? Contact our team today."
|
ctaDescription="Ready to take care of your oral health? Contact our team today."
|
||||||
ctaButton={{ text: "Schedule Consultation", href: "#" }}
|
ctaButton={{ text: "Book Your Appointment Online", href: "#" }}
|
||||||
ctaIcon={Calendar}
|
ctaIcon={Calendar}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user