9 Commits

Author SHA1 Message Date
831dffb768 Merge version_2 into main
Merge version_2 into main
2026-04-07 01:23:13 +00:00
4d509212b8 Update src/app/page.tsx 2026-04-07 01:23:10 +00:00
ebf8be9bdf Merge version_2 into main
Merge version_2 into main
2026-04-07 01:22:02 +00:00
421a137d33 Update src/app/page.tsx 2026-04-07 01:21:59 +00:00
314cd6dfac Merge version_2 into main
Merge version_2 into main
2026-04-07 01:13:34 +00:00
7b4d82e9e3 Update src/app/page.tsx 2026-04-07 01:13:31 +00:00
e131ff3164 Merge version_1 into main
Merge version_1 into main
2026-04-07 01:12:25 +00:00
a0ba55a695 Merge version_1 into main
Merge version_1 into main
2026-04-07 01:07:43 +00:00
8990ca2633 Merge version_1 into main
Merge version_1 into main
2026-04-07 01:07:08 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
imagePosition="right"
title="Dentistry built on trust, not upsells"
title="Dentistry built on trust. "
description="For over a decade, Autumn Hill Dental has earned 100% five-star reviews by prioritizing your health and honesty. Meet Dr. Jaura and experience the difference."
buttons={[
{
@@ -205,7 +205,10 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "rotated-rays-static"}}
text="Experience dentistry the way it was meant to be. Dr. Jaura and Dr. Braun the Autumn Hill team are here for you."
text="Experience dentistry the way it was meant to be.
Dr. Jaura & Dr. Braun
The Autumn Hill Team is here for you."
textClassName="text-center"
buttons={[
{
text: "Book Your Consultation", href: "mailto:info@autumnhilldental.com"},
@@ -252,4 +255,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}