diff --git a/src/app/page.tsx b/src/app/page.tsx
index 58024d6..259dea6 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -58,22 +44,14 @@ export default function LandingPage() {
@@ -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() {
@@ -299,21 +153,9 @@ export default function LandingPage() {