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 +}