From 4d11ead5c4acc57e8f7c123c576186f86205f5a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:35:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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" } + ]} /> -- 2.49.1