diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a06888..33b4958 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Appointment", href: "#contact"}} + text: "Schedule Appointment", href: "#contact" + }} animateOnLoad={true} /> @@ -44,7 +45,7 @@ export default function LandingPage() {