diff --git a/src/app/page.tsx b/src/app/page.tsx index 836ef27..90fa104 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,6 +168,9 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} buttonAnimation="slide-up" + buttons={[ + { text: "See Case Studies", href: "/contact" }, + ]} />