diff --git a/src/app/page.tsx b/src/app/page.tsx index 47df6af..1c90c6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> @@ -187,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file