Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 922d2a6558 | |||
| a8283b1c38 | |||
| b2ec4685c5 |
@@ -50,8 +50,7 @@ export default function LandingPage() {
|
|||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book an Appointment", href: "contact" },
|
{ text: "Book an Appointment", href: "contact" },
|
||||||
{ text: "Learn More", href: "about" },
|
{ text: "Learn More", href: "about" }
|
||||||
{ text: "Visit Us", href: "contact" }
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -187,4 +186,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user