4 Commits

Author SHA1 Message Date
99f5bf57b6 Update src/app/page.tsx 2026-04-23 10:26:03 +00:00
0690d3711f Merge version_3 into main
Merge version_3 into main
2026-04-22 12:07:35 +00:00
503c112ef5 Update src/app/page.tsx 2026-04-22 12:07:29 +00:00
a9d25f56cc Merge version_2 into main
Merge version_2 into main
2026-04-22 12:06:28 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="A smile you're proud of, steps from the city." title="Painless, expert care for a smile you're proud of."
description="Expert dental care in the heart of Cape Town's CBD — comfortable, professional, and built around you." description="Expert dental care in the heart of Cape Town's CBD — comfortable, professional, and built around you."
kpis={[ kpis={[
{ {
@@ -61,7 +61,7 @@ export default function LandingPage() {
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Book Now", href: "#contact"}, text: "Book Your Appointment", href: "#contact"},
{ {
text: "Our Services", href: "#services"}, text: "Our Services", href: "#services"},
]} ]}
@@ -222,4 +222,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }