From 13e4d02a3fe7cdefe41e581ea20cdbf1af1ff7b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:13:17 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2f1c61a..b38d2e1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 5c4428980d2db412f3bb35b6691e425dbef063b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:13:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e37ed0..feb8faa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,6 +85,9 @@ export default function LandingPage() { { icon: Award, title: "Root Canal Therapy", description: "Painless root canal treatments to save your natural teeth and eliminate infection." }, { icon: Heart, title: "Preventive Care", description: "Regular checkups and early intervention to prevent dental problems before they start." } ]} + buttons={[ + { text: "Schedule a Consultation", href: "contact" } + ]} textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -208,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1