2 Commits

Author SHA1 Message Date
64d1982a75 Update src/app/page.tsx 2026-06-08 11:52:25 +00:00
61b84a5852 Merge version_1 into main
Merge version_1 into main
2026-06-08 11:45:25 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Exceptional Dental Care for a Radiant Smile" title="Compassionate, Personalized Care for Your Radiant Smile"
description="Dr. W. Newton Sharp DMD offers comprehensive dental services in Columbus, GA. We combine advanced techniques with a compassionate approach to ensure your comfort and optimal oral health." description="Dr. W. Newton Sharp DMD offers comprehensive dental services in Columbus, GA. We combine advanced techniques with a compassionate approach to ensure your comfort and optimal oral health."
tag="Your Trusted Dentist in Columbus" tag="Your Trusted Dentist in Columbus"
buttons={[ buttons={[
@@ -224,4 +224,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }