From 4cc11648fd15648fbc768deeab17bbfb96facef1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:20:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 138 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 833dd07..726113f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,17 +28,11 @@ export default function LandingPage() { @@ -51,32 +45,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Safe Content", - tags: [ - "Kids-Safe", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-felt-animal_23-2151728557.jpg", - imageAlt: "kids software UI colorful design", - }, + id: "f1", title: "100% Safe For Kids", tags: [ + "Kids-Safe"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-felt-animal_23-2151728557.jpg", imageAlt: "kids software UI colorful design"}, { - id: "f2", - title: "Fast Generation", - tags: [ - "Speed", - ], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-middle-aged-woman-front-laptop-screen-online-teaching-concept_169016-25682.jpg", - imageAlt: "kids software UI colorful design", - }, + id: "f2", title: "Magical Cartoons in Minutes", tags: [ + "Speed"], + imageSrc: "http://img.b2bpic.net/free-photo/attractive-middle-aged-woman-front-laptop-screen-online-teaching-concept_169016-25682.jpg", imageAlt: "kids software UI colorful design"}, { - id: "f3", - title: "High Quality", - tags: [ - "4K", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884854.jpg", - imageAlt: "kids software UI colorful design", - }, + id: "f3", title: "High Quality", tags: [ + "4K"], + imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884854.jpg", imageAlt: "kids software UI colorful design"}, ]} title="Magic Features" description="Everything you need to create amazing kids' content effortlessly." @@ -90,45 +69,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alice M.", - handle: "@mom", - testimonial: "My kids love making their own stories!", - imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-screens-collection_23-2148625865.jpg", - imageAlt: "Meditation app screens collection", - }, + id: "1", name: "Alice M.", handle: "@mom", testimonial: "My kids love making their own stories!", imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-screens-collection_23-2148625865.jpg", imageAlt: "Meditation app screens collection"}, { - id: "2", - name: "Bob T.", - handle: "@teacher", - testimonial: "Incredible creative tool for classrooms.", - imageSrc: "http://img.b2bpic.net/free-vector/course-application-template_23-2148653128.jpg", - imageAlt: "Course application template", - }, + id: "2", name: "Bob T.", handle: "@teacher", testimonial: "Incredible creative tool for classrooms.", imageSrc: "http://img.b2bpic.net/free-vector/course-application-template_23-2148653128.jpg", imageAlt: "Course application template"}, { - id: "3", - name: "Charlie D.", - handle: "@dad", - testimonial: "Fast, fun, and safe.", - imageSrc: "http://img.b2bpic.net/free-vector/charity-app-screens_23-2148632318.jpg", - imageAlt: "Charity app screens", - }, + id: "3", name: "Charlie D.", handle: "@dad", testimonial: "Fast, fun, and safe.", imageSrc: "http://img.b2bpic.net/free-vector/charity-app-screens_23-2148632318.jpg", imageAlt: "Charity app screens"}, { - id: "4", - name: "Dana L.", - handle: "@creative", - testimonial: "Best way to spark imagination.", - imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-concept_23-2148629255.jpg", - imageAlt: "Meditation app concept", - }, + id: "4", name: "Dana L.", handle: "@creative", testimonial: "Best way to spark imagination.", imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-concept_23-2148629255.jpg", imageAlt: "Meditation app concept"}, { - id: "5", - name: "Evan R.", - handle: "@user", - testimonial: "So simple to use.", - imageSrc: "http://img.b2bpic.net/free-photo/y2k-website-window-illustration_23-2151874924.jpg", - imageAlt: "Y2k website window illustration", - }, + id: "5", name: "Evan R.", handle: "@user", testimonial: "So simple to use.", imageSrc: "http://img.b2bpic.net/free-photo/y2k-website-window-illustration_23-2151874924.jpg", imageAlt: "Y2k website window illustration"}, ]} title="Loved by Kids & Parents" description="See why everyone loves our video generator." @@ -141,20 +90,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is it safe?", - content: "Yes, completely child-safe.", - }, + id: "q1", title: "Is it safe?", content: "Yes, completely child-safe."}, { - id: "q2", - title: "How fast is it?", - content: "Minutes!", - }, + id: "q2", title: "How fast is it?", content: "Minutes!"}, { - id: "q3", - title: "Can I save videos?", - content: "Yes, download anytime.", - }, + id: "q3", title: "Can I save videos?", content: "Yes, download anytime."}, ]} title="Questions & Answers" description="Have questions about our service? We have answers." @@ -169,16 +109,11 @@ export default function LandingPage() { description="Enter a prompt below and let our AI create a magical cartoon video for your kids." inputs={[ { - name: "prompt", - type: "text", - placeholder: "Example: A brave little dragon flying over a candy mountain", - required: true, + name: "prompt", type: "text", placeholder: "Example: A brave little dragon flying over a candy mountain", required: true, }, ]} textarea={{ - name: "storyDetails", - placeholder: "Add more details about your cartoon story here...", - rows: 4, + name: "storyDetails", placeholder: "Add more details about your cartoon story here...", rows: 4, required: false, }} imageSrc="http://img.b2bpic.net/free-vector/course-app-template-set_23-2148651304.jpg" @@ -194,10 +129,7 @@ export default function LandingPage() { description="Get latest news on new cartoon styles and features." inputs={[ { - name: "email", - type: "email", - placeholder: "Enter your email", - required: true, + name: "email", type: "email", placeholder: "Enter your email", required: true, }, ]} buttonText="Subscribe" @@ -211,29 +143,19 @@ export default function LandingPage() { logoText="KidsCartoons.ai" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} @@ -242,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1