diff --git a/src/app/page.tsx b/src/app/page.tsx index c75607f..c254391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Explore All Features", href: "#" }, + ]} />