diff --git a/src/app/page.tsx b/src/app/page.tsx index 82dfa99..f872e1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -216,6 +216,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "See Case Studies", href: "#contact" } + ]} + buttonAnimation="slide-up" />