2 Commits

Author SHA1 Message Date
26739b41a5 Update src/app/page.tsx 2026-05-12 18:28:20 +00:00
6b439dc941 Merge version_2 into main
Merge version_2 into main
2026-05-12 18:20:51 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Bring Your Story to Life"
description="Enter a prompt below and let our AI create a magical cartoon video for your kids."
description="Enter a prompt below and preview your video instantly in your browser without publishing it."
inputs={[
{
name: "prompt", type: "text", placeholder: "Example: A brave little dragon flying over a candy mountain", required: true,
@@ -117,7 +117,7 @@ export default function LandingPage() {
required: false,
}}
imageSrc="http://img.b2bpic.net/free-vector/course-app-template-set_23-2148651304.jpg"
buttonText="Generate Video"
buttonText="Generate Preview"
imageAlt="kids software UI colorful design"
/>
</div>