diff --git a/src/app/page.tsx b/src/app/page.tsx index 65ea8eb..a3c4f2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file