From 554122988764216587922fe1a9d19e2e58a8da4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 23:51:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a253a4..3bd67d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttonAnimation="slide-up" + buttons={[ + { text: "Explore All Features", href: "#product" } + ]} features={[ { id: 1, @@ -233,4 +236,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1