Merge version_1 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -17,31 +17,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "courses",
|
||||
},
|
||||
name: "Courses", id: "courses"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQs", id: "faq"},
|
||||
]}
|
||||
brandName="CodeSprouts"
|
||||
/>
|
||||
@@ -50,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ignite Your Child's Tech Future"
|
||||
description="Inspiring the next generation of innovators with fun, hands-on programming classes designed for every child."
|
||||
tag="Enroll for 2025 Now"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/a-futuristic-classroom-for-children-lear-1774789616072-5592a0fb.png?_wi=1",
|
||||
imageAlt: "Kids in coding classroom",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/a-futuristic-classroom-for-children-lear-1774789616072-5592a0fb.png", imageAlt: "Kids in coding classroom"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/diverse-kids-focused-on-coding-friendly--1774789615705-e4cd1911.png?_wi=1",
|
||||
imageAlt: "Coding lab experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/a-futuristic-classroom-for-children-lear-1774789616072-5592a0fb.png?_wi=2",
|
||||
imageAlt: "Kids in coding classroom",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/diverse-kids-focused-on-coding-friendly--1774789615705-e4cd1911.png?_wi=2",
|
||||
imageAlt: "Coding lab experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/a-futuristic-classroom-for-children-lear-1774789616072-5592a0fb.png?_wi=3",
|
||||
imageAlt: "Kids in coding classroom",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/diverse-kids-focused-on-coding-friendly--1774789615705-e4cd1911.png", imageAlt: "Coding lab experience"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -91,19 +71,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Game Development",
|
||||
description: "Build your own games with Unity and Roblox scripts.",
|
||||
},
|
||||
title: "Game Development", description: "Build your own games with Unity and Roblox scripts."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Robotics & AI",
|
||||
description: "Learn the basics of AI and control real robot hardware.",
|
||||
},
|
||||
title: "Robotics & AI", description: "Learn the basics of AI and control real robot hardware."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Cyber Security",
|
||||
description: "Understand digital safety and ethical hacking basics.",
|
||||
},
|
||||
title: "Cyber Security", description: "Understand digital safety and ethical hacking basics."},
|
||||
]}
|
||||
title="Why Choose CodeSprouts?"
|
||||
description="We blend creativity with critical logic, ensuring students don't just learn to code—they learn to solve."
|
||||
@@ -117,52 +91,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "beginner",
|
||||
tag: "Start Here",
|
||||
price: "$99",
|
||||
period: "/month",
|
||||
description: "Perfect for ages 7-10 starting their journey.",
|
||||
button: {
|
||||
text: "Enroll Now",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Logic Basics",
|
||||
"Visual Coding",
|
||||
"Small Groups",
|
||||
],
|
||||
id: "beginner", tag: "Start Here", price: "$99", period: "/month", description: "Perfect for ages 7-10 starting their journey.", button: {
|
||||
text: "Enroll Now"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Logic Basics", "Visual Coding", "Small Groups"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
tag: "Pro Level",
|
||||
price: "$199",
|
||||
period: "/month",
|
||||
description: "For teens mastering syntax and projects.",
|
||||
button: {
|
||||
text: "Enroll Now",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Python & JS",
|
||||
"Project Portfolio",
|
||||
"Mentorship",
|
||||
],
|
||||
id: "advanced", tag: "Pro Level", price: "$199", period: "/month", description: "For teens mastering syntax and projects.", button: {
|
||||
text: "Enroll Now"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Python & JS", "Project Portfolio", "Mentorship"],
|
||||
},
|
||||
{
|
||||
id: "intensive",
|
||||
tag: "Elite",
|
||||
price: "$299",
|
||||
period: "/month",
|
||||
description: "Our highest tier for future computer scientists.",
|
||||
button: {
|
||||
text: "Enroll Now",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Full Stack Dev",
|
||||
"Competition Prep",
|
||||
"1:1 Coaching",
|
||||
],
|
||||
id: "intensive", tag: "Elite", price: "$299", period: "/month", description: "Our highest tier for future computer scientists.", button: {
|
||||
text: "Enroll Now"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Full Stack Dev", "Competition Prep", "1:1 Coaching"],
|
||||
},
|
||||
]}
|
||||
title="Programming Pathways"
|
||||
@@ -178,45 +122,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Mother",
|
||||
company: "Happy Parent",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-parent--1774789614843-947b8415.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Alice M.", role: "Mother", company: "Happy Parent", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-parent--1774789614843-947b8415.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob T.",
|
||||
role: "Father",
|
||||
company: "Tech Pro",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-mother--1774789615122-c7506113.png",
|
||||
},
|
||||
id: "2", name: "Bob T.", role: "Father", company: "Tech Pro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-mother--1774789615122-c7506113.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carla S.",
|
||||
role: "Mother",
|
||||
company: "Designer",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-father--1774789615780-cdfdbfb8.png",
|
||||
},
|
||||
id: "3", name: "Carla S.", role: "Mother", company: "Designer", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-father--1774789615780-cdfdbfb8.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Father",
|
||||
company: "Engineer",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-mother--1774789614578-abc3ad4d.png",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Father", company: "Engineer", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-mother--1774789614578-abc3ad4d.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena R.",
|
||||
role: "Parent",
|
||||
company: "Educator",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-parent--1774789614843-947b8415.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Elena R.", role: "Parent", company: "Educator", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-parent--1774789614843-947b8415.png"},
|
||||
]}
|
||||
title="What Parents Say"
|
||||
description="Join a growing community of happy families."
|
||||
@@ -229,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need to buy a computer?",
|
||||
content: "No, we provide all the necessary tech gear in the lab.",
|
||||
},
|
||||
id: "q1", title: "Do I need to buy a computer?", content: "No, we provide all the necessary tech gear in the lab."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are classes in person?",
|
||||
content: "Yes, we prioritize hands-on interaction in our tech centers.",
|
||||
},
|
||||
id: "q2", title: "Are classes in person?", content: "Yes, we prioritize hands-on interaction in our tech centers."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can beginners join?",
|
||||
content: "Absolutely, all our beginner tracks are tailored for absolute novices.",
|
||||
},
|
||||
id: "q3", title: "Can beginners join?", content: "Absolutely, all our beginner tracks are tailored for absolute novices."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/a-kid-using-a-laptop-with-colorful-educa-1774789615722-4e418c10.png"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user