Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 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>
);
}
}