Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-12 00:06:59 +00:00

View File

@@ -50,8 +50,7 @@ export default function LandingPage() {
showDimOverlay={true}
buttons={[
{ text: "Book an Appointment", href: "contact" },
{ text: "Learn More", href: "about" },
{ text: "Visit Us", href: "contact" }
{ text: "Learn More", href: "about" }
]}
/>
</div>
@@ -187,4 +186,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}