2 Commits

Author SHA1 Message Date
efe020cda9 Update src/app/page.tsx 2026-05-12 18:32:51 +00:00
5d1c523332 Merge version_2 into main
Merge version_2 into main
2026-05-12 18:31:59 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{
variant: "sparkles-gradient"}}
title="Create Cocomelon-Style Videos in Minutes"
description="No animation skills needed. AI-powered templates let you generate, preview, and refine safe, engaging videos for kids instantly before you even publish."
description="No animation skills needed. AI-powered templates let you generate, preview, and refine safe, engaging videos for kids instantly. Our new validation tool checks your content and provides error handling before you publish, ensuring perfect results every time."
buttons={[
{
text: "Generate Video Now", href: "#contact"},
@@ -94,12 +94,12 @@ export default function LandingPage() {
{
title: "AI Templates", description: "Choose from a library of pre-set kids content styles.", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-playing-while-looking-tablet_23-2148816985.jpg", imageAlt: "AI Templates"},
{
title: "Live Preview", description: "Generate and watch your video in real-time before finalizing.", imageSrc: "http://img.b2bpic.net/free-vector/location-app-interface-concept_23-2148679462.jpg", imageAlt: "Preview Interface"},
title: "Live Preview & Validation", description: "Generate and watch your video in real-time, plus auto-validation for safety and technical quality before finalizing.", imageSrc: "http://img.b2bpic.net/free-vector/location-app-interface-concept_23-2148679462.jpg", imageAlt: "Preview Interface"},
{
title: "Safety First", description: "Built-in filters ensure content is age-appropriate and brand-safe.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg", imageAlt: "Content Safety"},
title: "Safety & Error Handling", description: "Smart error handling catches issues early, ensuring age-appropriate content every time.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg", imageAlt: "Content Safety"},
]}
title="Build Engaging Content Easily"
description="Powerful tools designed specifically for simplicity, safety, and instant previewing."
description="Powerful tools designed specifically for simplicity, safety, and instant previewing with built-in validation."
/>
</div>
@@ -115,7 +115,7 @@ export default function LandingPage() {
{
id: "m2", value: "5k+", description: "Active Users"},
{
id: "m3", value: "98%", description: "User Satisfaction"},
id: "m3", value: "98%", description: "Safety Compliance"},
]}
title="Trusted by Educators & Parents"
description="Join a growing community producing child-friendly content."
@@ -134,7 +134,7 @@ export default function LandingPage() {
},
{
id: "pro", badge: "Pro", price: "$29", subtitle: "For content creators", features: [
"Unlimited projects", "Custom templates", "Live AI refinement", "1080p output", "Priority rendering"],
"Unlimited projects", "Custom templates", "AI Refinement & Validation", "1080p output", "Priority rendering"],
},
{
id: "team", badge: "Team", price: "$99", subtitle: "For schools & studios", features: [
@@ -187,11 +187,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "Can I preview before I buy?", content: "Yes! Our AI allows you to generate and preview your video iterations in real-time."},
id: "f1", title: "How does the validation work?", content: "Our system automatically reviews generated frames for safety and technical clarity, alerting you to any potential issues before you export."},
{
id: "f2", title: "Is content safe?", content: "Yes, we use strict safety guardrails and moderation."},
id: "f2", title: "Is content safe?", content: "Yes, we use strict safety guardrails and moderation to ensure everything is kid-friendly."},
{
id: "f3", title: "Do I need experience?", content: "No! Our AI templates are designed for everyone."},
id: "f3", title: "Do I need experience?", content: "No! Our AI templates are designed for everyone, with automated error handling to guide you."},
]}
title="Frequently Asked Questions"
description="Have questions? We're here to help."
@@ -221,4 +221,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}