8 Commits

Author SHA1 Message Date
b337b40b54 Update src/app/page.tsx 2026-03-28 13:12:16 +00:00
204cee4bd7 Merge version_3 into main
Merge version_3 into main
2026-03-28 13:11:28 +00:00
7c4141b082 Update src/app/page.tsx 2026-03-28 13:11:25 +00:00
1fb49f63ef Merge version_2 into main
Merge version_2 into main
2026-03-28 13:08:25 +00:00
19ba4853b9 Update src/app/page.tsx 2026-03-28 13:08:22 +00:00
616d662834 Merge version_1 into main
Merge version_1 into main
2026-03-28 13:05:05 +00:00
eac6fdc804 Merge version_1 into main
Merge version_1 into main
2026-03-28 13:04:42 +00:00
724bd690d9 Merge version_1 into main
Merge version_1 into main
2026-03-28 13:04:16 +00:00

View File

@@ -52,11 +52,11 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="Clinical Excellence"
title="Over 15,000 Happy Smiles Trusted Us"
metrics={[
{ icon: Award, label: "Years Experience", value: "20+" },
{ icon: Award, label: "Years of Trusted Care", value: "20+" },
{ icon: Users, label: "Happy Patients", value: "15k+" },
{ icon: Smile, label: "Successful Smiles", value: "10k+" },
{ icon: Smile, label: "Patient Smiles Created", value: "10k+" },
]}
metricsAnimation="slide-up"
/>
@@ -105,7 +105,7 @@ export default function LandingPage() {
]}
ctaTitle="Book Your Visit"
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}
/>
</div>