From 3bf08d373154d903fe4fd9e07a98da20b747333f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:38:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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: "#" }, + ]} /> -- 2.49.1