Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-12 18:28:27 +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>