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,