From 509bae514ffd5ea4d748ee7fba2b7c9d34e5f773 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:21:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8ba392..68bf2be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,6 +121,10 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Join Thousands of Creators", href: "#create-signup" } + ]} + buttonAnimation="slide-up" /> @@ -182,4 +186,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1