Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c4428980d | |||
| 13e4d02a3f | |||
| 2da169d965 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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: 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." }
|
{ 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"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -208,4 +211,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user