Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
276
src/app/page.tsx
276
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { BookOpen, Star, Rocket, Sparkles, CheckCircle } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
@@ -31,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Content",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Content", id: "features" },
|
||||
{ name: "Categories", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
brandName="KidVideos"
|
||||
/>
|
||||
@@ -58,22 +44,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
logoText="KidVideos Adventure"
|
||||
description="Safe, educational, and fun video content for children of all ages. Explore a world of wildlife, math, and science through interactive stories."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Watching",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
text: "Browse Library",
|
||||
href: "#products",
|
||||
},
|
||||
{ text: "Start Watching", href: "#features" },
|
||||
{ text: "Browse Library", href: "#products" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062948.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062948.jpg"
|
||||
imageAlt="KidVideos interface"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -86,62 +64,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Wildlife Wonders",
|
||||
description: "High-quality animal documentaries produced for little explorers.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-portrait-adorable-cartoon-baby-boy_23-2151735001.jpg",
|
||||
imageAlt: "Wildlife adventure",
|
||||
},
|
||||
title: "Wildlife Wonders", description: "High-quality animal documentaries produced for little explorers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-portrait-adorable-cartoon-baby-boy_23-2151735001.jpg", imageAlt: "Wildlife adventure" },
|
||||
items: [
|
||||
{
|
||||
text: "Lion & Tiger stories",
|
||||
},
|
||||
{
|
||||
text: "Nature exploration",
|
||||
},
|
||||
{ icon: BookOpen, text: "Lion & Tiger stories" },
|
||||
{ icon: Star, text: "Nature exploration" }
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062948.jpg?_wi=2",
|
||||
imageAlt: "cartoon tiger and lion play",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Interactive Math",
|
||||
description: "Engaging lessons designed to make counting and math fun.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732902.jpg",
|
||||
imageAlt: "Math fun",
|
||||
},
|
||||
title: "Interactive Math", description: "Engaging lessons designed to make counting and math fun.", media: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732902.jpg", imageAlt: "Math fun" },
|
||||
items: [
|
||||
{
|
||||
text: "Counting blocks",
|
||||
},
|
||||
{
|
||||
text: "Simple equations",
|
||||
},
|
||||
{ icon: Rocket, text: "Counting blocks" },
|
||||
{ icon: Sparkles, text: "Simple equations" }
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-book-with-astronaut_23-2151103667.jpg",
|
||||
imageAlt: "cartoon tiger and lion play",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Space Adventures",
|
||||
description: "Journey through the galaxy and learn about our vast universe.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg?_wi=1",
|
||||
imageAlt: "Space adventure",
|
||||
},
|
||||
title: "Space Adventures", description: "Journey through the galaxy and learn about our vast universe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg", imageAlt: "Space adventure" },
|
||||
items: [
|
||||
{
|
||||
text: "Planets exploration",
|
||||
},
|
||||
{
|
||||
text: "Star identification",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Planets exploration" },
|
||||
{ icon: Rocket, text: "Star identification" }
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-geometry-shapes-other-school-items_1308-40947.jpg?_wi=1",
|
||||
imageAlt: "cartoon tiger and lion play",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Why KidVideos?"
|
||||
description="We provide a secure environment where children can learn and grow."
|
||||
@@ -155,42 +100,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nature Explorers",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Math Wizards",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-geometry-shapes-other-school-items_1308-40947.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Science Lab",
|
||||
price: "Subscription",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-science-icons-vector-set_1308-132730.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arts & Crafts",
|
||||
price: "Subscription",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-cute-dog_23-2151150667.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Spelling Bee",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hello-greeting-with-cartoon-characters-set_1308-132902.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sing-Along Music",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-siting-with-his-sister-writing-family-text-slate-home_23-2148208059.jpg",
|
||||
},
|
||||
{ id: "1", name: "Nature Explorers", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg" },
|
||||
{ id: "2", name: "Math Wizards", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/set-geometry-shapes-other-school-items_1308-40947.jpg" },
|
||||
{ id: "3", name: "Science Lab", price: "Subscription", imageSrc: "http://img.b2bpic.net/free-vector/colorful-science-icons-vector-set_1308-132730.jpg" }
|
||||
]}
|
||||
title="Explore Our Library"
|
||||
description="Curated categories to spark curiosity in every child."
|
||||
@@ -203,27 +115,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2M",
|
||||
title: "Happy Kids",
|
||||
description: "Active monthly learners",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-girl-using-her-camera_23-2147636768.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "High Quality Vids",
|
||||
description: "Educational shows",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographing-creative-pattern_1098-18302.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Parent Approval",
|
||||
description: "Trusted content",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-chemist-white-suit-with-ed-solutions-working-with-them-sitting-posing-yellow-space-chemistry-science_140725-28940.jpg",
|
||||
},
|
||||
{ id: "m1", value: "1.2M", title: "Happy Kids", description: "Active monthly learners", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-girl-using-her-camera_23-2147636768.jpg" },
|
||||
{ id: "m2", value: "500+", title: "High Quality Vids", description: "Educational shows", imageSrc: "http://img.b2bpic.net/free-photo/photographing-creative-pattern_1098-18302.jpg" },
|
||||
{ id: "m3", value: "98%", title: "Parent Approval", description: "Trusted content", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-chemist-white-suit-with-ed-solutions-working-with-them-sitting-posing-yellow-space-chemistry-science_140725-28940.jpg" }
|
||||
]}
|
||||
title="Learning Impacts"
|
||||
description="The proven results behind our educational approach."
|
||||
@@ -236,41 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Mother",
|
||||
testimonial: "My kids love the nature documentaries! Safe and engaging.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-woman-taking-selfie_23-2149514084.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Miller",
|
||||
role: "Father",
|
||||
testimonial: "The best platform for educational videos. No worries about inappropriate content.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dad-smiling-while-working-laptop-with-baby_23-2148354818.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica Wright",
|
||||
role: "Mother",
|
||||
testimonial: "Fantastic variety of math games that are actually fun to play.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-lavender-field-beautiful-woman-cute-baby-playing-meadow-field-family-holiday-summer-day_1157-39608.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael Chen",
|
||||
role: "Father",
|
||||
testimonial: "My son learned so much about space from your videos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-father-son-posing-while-holding-cups_23-2148414853.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily Davis",
|
||||
role: "Mother",
|
||||
testimonial: "Love the arts and crafts section. Keeps my daughter busy for hours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-girls-searching-book-bookcase_23-2147864128.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Jenkins", role: "Mother", testimonial: "My kids love the nature documentaries! Safe and engaging.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-woman-taking-selfie_23-2149514084.jpg" },
|
||||
{ id: "t2", name: "David Miller", role: "Father", testimonial: "The best platform for educational videos. No worries about inappropriate content.", imageSrc: "http://img.b2bpic.net/free-photo/dad-smiling-while-working-laptop-with-baby_23-2148354818.jpg" },
|
||||
{ id: "t3", name: "Jessica Wright", role: "Mother", testimonial: "Fantastic variety of math games that are actually fun to play.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-lavender-field-beautiful-woman-cute-baby-playing-meadow-field-family-holiday-summer-day_1157-39608.jpg" }
|
||||
]}
|
||||
title="Trusted by Parents"
|
||||
description="See why thousands of parents choose KidVideos."
|
||||
@@ -281,15 +143,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"EduGlobal",
|
||||
"TechSchool",
|
||||
"PrimaryAcademy",
|
||||
"FutureKids",
|
||||
"BrainyGrow",
|
||||
"SmartLearn",
|
||||
"KidsUni",
|
||||
]}
|
||||
names={["EduGlobal", "TechSchool", "PrimaryAcademy", "FutureKids", "BrainyGrow"]}
|
||||
title="Partnered with Educators"
|
||||
description="Collaborating with global educational institutions."
|
||||
/>
|
||||
@@ -299,21 +153,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is the content safe?",
|
||||
content: "Absolutely. Every video is hand-selected and moderated.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is it subscription-based?",
|
||||
content: "We offer a mix of free content and premium subscriptions.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I block specific categories?",
|
||||
content: "Yes, our parent controls allow you to filter content easily.",
|
||||
},
|
||||
{ id: "q1", title: "Is the content safe?", content: "Absolutely. Every video is hand-selected and moderated." },
|
||||
{ id: "q2", title: "Is it subscription-based?", content: "We offer a mix of free content and premium subscriptions." },
|
||||
{ id: "q3", title: "Can I block specific categories?", content: "Yes, our parent controls allow you to filter content easily." }
|
||||
]}
|
||||
sideTitle="Got Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -323,9 +165,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Newsletter"
|
||||
title="Join Our Community"
|
||||
description="Sign up for updates on new content and educational tips."
|
||||
@@ -336,45 +176,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="KidVideos"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Learning Guide",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Learning Guide", href: "#" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 | KidVideos Inc."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user