Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b08e1b733 | |||
| 9fd3d35ee1 | |||
| effe8a7010 | |||
| 6fa7f4b688 | |||
| c038459ea2 |
120
src/app/page.tsx
120
src/app/page.tsx
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { ShieldCheck, Star } from "lucide-react";
|
import { ShieldCheck, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -29,16 +29,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "Features", id: "features" },
|
||||||
{
|
{ name: "Courses", id: "courses" },
|
||||||
name: "Features", id: "features"},
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{
|
{ name: "FAQs", id: "faq" },
|
||||||
name: "Courses", id: "courses"},
|
|
||||||
{
|
|
||||||
name: "Testimonials", id: "testimonials"},
|
|
||||||
{
|
|
||||||
name: "FAQs", id: "faq"},
|
|
||||||
]}
|
]}
|
||||||
brandName="CodeSprouts"
|
brandName="CodeSprouts"
|
||||||
/>
|
/>
|
||||||
@@ -46,16 +41,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Ignite Your Child's Tech Future"
|
title="Ignite Your Child's Tech Future"
|
||||||
description="Inspiring the next generation of innovators with fun, hands-on programming classes designed for every child."
|
description="Inspiring the next generation of innovators with fun, hands-on programming classes designed for every child."
|
||||||
tag="Enroll for 2025 Now"
|
tag="Enroll for 2025 Now"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ 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/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", imageAlt: "Coding lab experience" }
|
||||||
{
|
|
||||||
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"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -69,15 +61,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ icon: Star, title: "Game Development", description: "Build your own games with Unity and Roblox scripts." },
|
||||||
icon: Star,
|
{ icon: Star, title: "Robotics & AI", description: "Learn the basics of AI and control real robot hardware." },
|
||||||
title: "Game Development", description: "Build your own games with Unity and Roblox scripts."},
|
{ icon: ShieldCheck, title: "Cyber Security", description: "Understand digital safety and ethical hacking basics." },
|
||||||
{
|
|
||||||
icon: Star,
|
|
||||||
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="Why Choose CodeSprouts?"
|
title="Why Choose CodeSprouts?"
|
||||||
description="We blend creativity with critical logic, ensuring students don't just learn to code—they learn to solve."
|
description="We blend creativity with critical logic, ensuring students don't just learn to code—they learn to solve."
|
||||||
@@ -90,24 +76,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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: {
|
{ 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"] },
|
||||||
text: "Enroll Now"},
|
{ 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"] },
|
||||||
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: "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"
|
title="Programming Pathways"
|
||||||
description="Choose the course level that matches your child's passion."
|
description="Choose the course level that matches your child's passion."
|
||||||
@@ -115,57 +86,42 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardTwelve
|
||||||
animationType="slide-up"
|
cardTitle="What Parents Say"
|
||||||
textboxLayout="default"
|
cardTag="Student/Parent Reviews"
|
||||||
gridVariant="uniform-all-items-equal"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Alice M.", 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,
|
{ id: "2", name: "Bob T.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-mother--1774789615122-c7506113.png" },
|
||||||
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: "3", name: "Carla S.", 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.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcXxVWFf4XAdNAiBF1BVFu1ELO/professional-headshot-of-a-happy-mother--1774789614578-abc3ad4d.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: "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"},
|
|
||||||
]}
|
]}
|
||||||
title="What Parents Say"
|
|
||||||
description="Join a growing community of happy families."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqDouble
|
||||||
textboxLayout="split"
|
|
||||||
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: "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."},
|
|
||||||
]}
|
|
||||||
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"
|
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Everything you need to know about our programming school."
|
description="Everything you need to know about our programming school."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
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: "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." },
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterLogoEmphasis
|
||||||
logoText="CodeSprouts"
|
logoText="CodeSprouts"
|
||||||
copyrightText="© 2025 CodeSprouts Academy"
|
columns={[
|
||||||
|
{ items: [{ label: "About" }, { label: "Contact" }, { label: "Careers" }] },
|
||||||
|
{ items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user