4 Commits

Author SHA1 Message Date
587afaaa73 Merge version_3 into main
Merge version_3 into main
2026-03-04 04:13:21 +00:00
5c4428980d Update src/app/page.tsx 2026-03-04 04:13:17 +00:00
13e4d02a3f Update src/app/layout.tsx 2026-03-04 04:13:17 +00:00
2da169d965 Merge version_2 into main
Merge version_2 into main
2026-03-04 04:10:16 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}