diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f6e559..e0814a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="blur-reveal" buttons={[ - { text: "Book a Session", href: "#booking" } + { text: "Book a Session", href: "/contact-us" } ]} buttonAnimation="slide-up" ariaLabel="Portfolio gallery grid section"