Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-07 01:13:34 +00:00

View File

@@ -205,7 +205,8 @@ 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. \n\nDr. Jaura & Dr. Braun \n\nThe Autumn Hill Team is here for you."
textClassName="text-center"
buttons={[
{
text: "Book Your Consultation", href: "mailto:info@autumnhilldental.com"},
@@ -252,4 +253,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}