From a3d5d87bc57d74ec607ec769d2c5d7704b2d756a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:42:40 +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 a629a4b..c8aeeef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,10 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" + buttons={[ + { text: "Start Free Trial", href: "/create" }, + ]} + buttonAnimation="slide-up" features={[ { title: "Enter Your Prompt", description: "Describe the anime characters, fighting style, and epic moments you want to see.", icon: FileText, -- 2.49.1