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 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