From 7b4d82e9e38c903e551cf0f8d382b91991196e0c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:13:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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