diff --git a/src/app/page.tsx b/src/app/page.tsx index 691d3cf..4f5cd07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,6 +74,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Explore All Components", href: "products" }, + { text: "Get Free Access", href: "https://github.com" } + ]} />