diff --git a/src/app/page.tsx b/src/app/page.tsx index ec98970..3de9f67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Visit Us", onClick: () => document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" })}, + text: "Visit Us", href: "#contact"}, ]} avatars={[ { @@ -198,4 +198,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}