Merge version_1 into main #1
@@ -8,33 +8,28 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
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: "/",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Little Sprouts"
|
||||
/>
|
||||
@@ -44,21 +39,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your hours?",
|
||||
content: "We are open from 7 AM to 6 PM.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you provide meals?",
|
||||
content: "Yes, we provide organic snacks and nutritious lunches.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there a waiting list?",
|
||||
content: "Yes, we recommend booking early due to high demand.",
|
||||
},
|
||||
{ id: "1", title: "What are your hours?", content: "We are open from 7 AM to 6 PM." },
|
||||
{ id: "2", title: "Do you provide meals?", content: "Yes, we provide organic snacks and nutritious lunches." },
|
||||
{ id: "3", title: "Is there a waiting list?", content: "Yes, we recommend booking early due to high demand." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -82,10 +65,7 @@ export default function LandingPage() {
|
||||
title="Accreditations"
|
||||
description="Recognized for excellence in early childhood education."
|
||||
names={[
|
||||
"NAEYC Accredited",
|
||||
"State Licensed",
|
||||
"Eco-Friendly Rated",
|
||||
]}
|
||||
"NAEYC Accredited", "State Licensed", "Eco-Friendly Rated"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,28 +73,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Little Sprouts"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Programs", href: "/programs" }, { label: "About", href: "/about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Little Sprouts Nursery."
|
||||
/>
|
||||
@@ -122,4 +82,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -8,33 +8,28 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
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: "/",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Little Sprouts"
|
||||
/>
|
||||
@@ -43,18 +38,11 @@ export default function LandingPage() {
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Inquire"
|
||||
title="Visit Us Soon"
|
||||
description="Book a private tour of our facility and meet our dedicated staff."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Tour",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule a Tour", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,26 +54,8 @@ export default function LandingPage() {
|
||||
title="Stay Updated"
|
||||
description="Read our latest news and parenting tips."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "News",
|
||||
title: "New Garden Play Area",
|
||||
excerpt: "We are excited to unveil our new playground additions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-showing-markers_23-2147663554.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/children-group-playing-sofa_23-2148107455.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Tips",
|
||||
title: "Transitioning Home",
|
||||
excerpt: "Helpful tips for early separation anxiety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/that-muffins-taste-so-delicious_329181-7631.jpg",
|
||||
authorName: "Director",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-girl-paper-crown-looking-camera_23-2147807982.jpg",
|
||||
date: "Sep 28, 2024",
|
||||
},
|
||||
{ id: "b1", category: "News", title: "New Garden Play Area", excerpt: "We are excited to unveil our new playground additions.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-showing-markers_23-2147663554.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/children-group-playing-sofa_23-2148107455.jpg", date: "Oct 12, 2024" },
|
||||
{ id: "b2", category: "Tips", title: "Transitioning Home", excerpt: "Helpful tips for early separation anxiety.", imageSrc: "http://img.b2bpic.net/free-photo/that-muffins-taste-so-delicious_329181-7631.jpg", authorName: "Director", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-girl-paper-crown-looking-camera_23-2147807982.jpg", date: "Sep 28, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,28 +74,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Little Sprouts"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Programs", href: "/programs" }, { label: "About", href: "/about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Little Sprouts Nursery."
|
||||
/>
|
||||
@@ -133,4 +83,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
269
src/app/page.tsx
269
src/app/page.tsx
@@ -17,27 +17,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
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: "/",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Little Sprouts"
|
||||
/>
|
||||
@@ -45,119 +40,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero-home" data-section="hero-home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Nurturing Little Seeds to Bloom"
|
||||
description="Providing a safe, loving, and educational foundation for your child's earliest developmental years."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-toys-kids-indoors_23-2149884400.jpg",
|
||||
imageAlt: "Kids playing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-made-cardboard-paper_23-2150379719.jpg",
|
||||
imageAlt: "Kids playing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-classmates-wooden-building_1098-2964.jpg",
|
||||
imageAlt: "Kids playing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-children-s-desk-with-drawings-pencils_23-2149025228.jpg",
|
||||
imageAlt: "Kids playing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-kids-with-stuffed-animals_23-2150573764.jpg",
|
||||
imageAlt: "Kids playing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-kid-sitting-chair_23-2149513102.jpg",
|
||||
imageAlt: "Kids playing",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-toys-kids-indoors_23-2149884400.jpg", imageAlt: "Kids playing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pizza-made-cardboard-paper_23-2150379719.jpg", imageAlt: "Kids playing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-classmates-wooden-building_1098-2964.jpg", imageAlt: "Kids playing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-children-s-desk-with-drawings-pencils_23-2149025228.jpg", imageAlt: "Kids playing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-kids-with-stuffed-animals_23-2150573764.jpg", imageAlt: "Kids playing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-kid-sitting-chair_23-2149513102.jpg", imageAlt: "Kids playing" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-doing-occupational-therapy-session-with-psychologist_23-2149091549.jpg",
|
||||
imageAlt: "Kids learning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-drawing-playing_23-2147797907.jpg",
|
||||
imageAlt: "Kids learning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg",
|
||||
imageAlt: "Kids learning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107461.jpg",
|
||||
imageAlt: "Kids learning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-playing-memory-game_23-2150231795.jpg",
|
||||
imageAlt: "Kids learning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-playing-indoors-with-eco-toys_23-2150268077.jpg",
|
||||
imageAlt: "Kids learning",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/arrangement-pencils_23-2147654497.jpg",
|
||||
alt: "Parent avatar 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chalkboard-surrounded-by-stationery-objects_23-2148200053.jpg",
|
||||
alt: "Parent avatar 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-children-home_1398-5223.jpg",
|
||||
alt: "Parent avatar 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adorable-little-boy-laughing_23-2148452253.jpg",
|
||||
alt: "Parent avatar 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/siblings-playing-with-brain-teaser-toys_23-2149511984.jpg",
|
||||
alt: "Parent avatar 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our 200+ happy families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/children-group-playing-sofa_23-2148107453.jpg",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/coloring-easter-eggs-with-paints_23-2147760646.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/colored-paints-composition_23-2147654415.jpg",
|
||||
alt: "Logo 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/watercolor-paints-brushes-colored-pencils_1150-18058.jpg",
|
||||
alt: "Logo 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/colorful-paper-chains-still-life_23-2149254038.jpg",
|
||||
alt: "Logo 5",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/kid-doing-occupational-therapy-session-with-psychologist_23-2149091549.jpg", imageAlt: "Kids learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/kids-drawing-playing_23-2147797907.jpg", imageAlt: "Kids learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg", imageAlt: "Kids learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107461.jpg", imageAlt: "Kids learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-playing-memory-game_23-2150231795.jpg", imageAlt: "Kids learning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-girl-playing-indoors-with-eco-toys_23-2150268077.jpg", imageAlt: "Kids learning" }
|
||||
]}
|
||||
buttons={[{ text: "Apply Now", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,21 +68,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Little Sprouts?"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Certified Staff",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Families",
|
||||
value: "200+",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Child Experience",
|
||||
value: "10y",
|
||||
},
|
||||
{ icon: Award, label: "Certified Staff", value: "15+" },
|
||||
{ icon: Users, label: "Happy Families", value: "200+" },
|
||||
{ icon: Smile, label: "Child Experience", value: "10y" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -192,41 +82,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane D.",
|
||||
handle: "@parent",
|
||||
testimonial: "My child loves coming here every single morning. The staff is wonderful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerobics-cardio-water-squat-smartphone-slim_1303-3116.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark S.",
|
||||
handle: "@father",
|
||||
testimonial: "Exceptional care and a very clean, inviting environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-outdoors-road-trip_23-2148801701.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah L.",
|
||||
handle: "@mom",
|
||||
testimonial: "I can't imagine a better place for my little one to start their education journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-doing-homework-with-father_23-2149153928.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
handle: "@dad",
|
||||
testimonial: "The balance of play and learning is perfect here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-boy-sitting-grass-with-his-mother-background_23-2147637087.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma R.",
|
||||
handle: "@mother",
|
||||
testimonial: "So supportive and patient with every child. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg",
|
||||
},
|
||||
{ id: "1", name: "Jane D.", handle: "@parent", testimonial: "My child loves coming here every single morning. The staff is wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/aerobics-cardio-water-squat-smartphone-slim_1303-3116.jpg" },
|
||||
{ id: "2", name: "Mark S.", handle: "@father", testimonial: "Exceptional care and a very clean, inviting environment.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-outdoors-road-trip_23-2148801701.jpg" },
|
||||
{ id: "3", name: "Sarah L.", handle: "@mom", testimonial: "I can't imagine a better place for my little one to start their education journey.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-doing-homework-with-father_23-2149153928.jpg" },
|
||||
{ id: "4", name: "David W.", handle: "@dad", testimonial: "The balance of play and learning is perfect here.", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-boy-sitting-grass-with-his-mother-background_23-2147637087.jpg" },
|
||||
{ id: "5", name: "Emma R.", handle: "@mother", testimonial: "So supportive and patient with every child. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg" },
|
||||
]}
|
||||
title="Trusted by Families"
|
||||
description="Hear from our wonderful community members."
|
||||
@@ -241,29 +101,8 @@ export default function LandingPage() {
|
||||
title="Simple Enrollment"
|
||||
description="Flexible plans to suit your family's needs."
|
||||
plans={[
|
||||
{
|
||||
id: "pt1",
|
||||
badge: "Part-Time",
|
||||
price: "$800/mo",
|
||||
subtitle: "Mornings or Afternoons",
|
||||
features: [
|
||||
"3 days/week",
|
||||
"Organic snacks",
|
||||
"Safe care",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pt2",
|
||||
badge: "Full-Time",
|
||||
price: "$1200/mo",
|
||||
subtitle: "Comprehensive care",
|
||||
features: [
|
||||
"5 days/week",
|
||||
"Organic meals",
|
||||
"Daily reports",
|
||||
"Educational curriculum",
|
||||
],
|
||||
},
|
||||
{ id: "pt1", badge: "Part-Time", price: "$800/mo", subtitle: "Mornings or Afternoons", features: ["3 days/week", "Organic snacks", "Safe care"] },
|
||||
{ id: "pt2", badge: "Full-Time", price: "$1200/mo", subtitle: "Comprehensive care", features: ["5 days/week", "Organic meals", "Daily reports", "Educational curriculum"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -275,16 +114,8 @@ export default function LandingPage() {
|
||||
title="A Day at Little Sprouts"
|
||||
description="Exploration, discovery, and connection."
|
||||
features={[
|
||||
{
|
||||
title: "Interactive Play",
|
||||
description: "Hands-on learning with blocks and puzzles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-boy-eating-sandwich-smiling-his-lunch-break-kindergarten_662251-2621.jpg",
|
||||
},
|
||||
{
|
||||
title: "Outdoor Adventure",
|
||||
description: "Safe garden exploration and gross motor play.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-with-brain-teaser-toys_23-2149511986.jpg",
|
||||
},
|
||||
{ title: "Interactive Play", description: "Hands-on learning with blocks and puzzles.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-boy-eating-sandwich-smiling-his-lunch-break-kindergarten_662251-2621.jpg" },
|
||||
{ title: "Outdoor Adventure", description: "Safe garden exploration and gross motor play.", imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-with-brain-teaser-toys_23-2149511986.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -293,28 +124,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Little Sprouts"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Programs", href: "/programs" }, { label: "About", href: "/about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Little Sprouts Nursery."
|
||||
/>
|
||||
@@ -322,4 +133,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -8,33 +8,28 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ProgramsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
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: "/",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Little Sprouts"
|
||||
/>
|
||||
@@ -43,46 +38,13 @@ export default function LandingPage() {
|
||||
<div id="programs-list" data-section="programs-list">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Infant Care",
|
||||
price: "Contact us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-daughter-making-garland_23-2147760629.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Toddler Program",
|
||||
price: "Contact us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-playing-with-blocks-building-tower_23-2152019418.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Early Preschool",
|
||||
price: "Contact us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-together-nature_23-2148201551.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pre-K",
|
||||
price: "Contact us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-human-hand-making-fruits-vegetable-shape-from-clay_23-2148193690.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "After School",
|
||||
price: "Contact us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-background-with-copyspace_23-2148059783.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Summer Camp",
|
||||
price: "Contact us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-park-full-shot_23-2149920119.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Infant Care", price: "Contact us", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-daughter-making-garland_23-2147760629.jpg" },
|
||||
{ id: "p2", name: "Toddler Program", price: "Contact us", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-with-blocks-building-tower_23-2152019418.jpg" },
|
||||
{ id: "p3", name: "Early Preschool", price: "Contact us", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-together-nature_23-2148201551.jpg" },
|
||||
]}
|
||||
title="Our Programs"
|
||||
description="Age-appropriate learning modules for your child."
|
||||
@@ -96,16 +58,8 @@ export default function LandingPage() {
|
||||
title="Curriculum Focus"
|
||||
description="Developing cognitive and social skills through play."
|
||||
features={[
|
||||
{
|
||||
title: "STEAM Education",
|
||||
description: "Creative science experiments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-playroom-floor_23-2147664007.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artistic Expression",
|
||||
description: "Expressive arts and craft sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-preschoolers-playroom_23-2147663834.jpg",
|
||||
},
|
||||
{ title: "STEAM Education", description: "Creative science experiments.", imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-playroom-floor_23-2147664007.jpg" },
|
||||
{ title: "Artistic Expression", description: "Expressive arts and craft sessions.", imageSrc: "http://img.b2bpic.net/free-photo/group-preschoolers-playroom_23-2147663834.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,27 +72,8 @@ export default function LandingPage() {
|
||||
title="Our Programs Pricing"
|
||||
description="Competitive tuition for quality care."
|
||||
plans={[
|
||||
{
|
||||
id: "p-1",
|
||||
badge: "Start",
|
||||
price: "Custom",
|
||||
subtitle: "Basic entry",
|
||||
features: [
|
||||
"Half day",
|
||||
"Core curriculum",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p-2",
|
||||
badge: "Extended",
|
||||
price: "Custom",
|
||||
subtitle: "Full support",
|
||||
features: [
|
||||
"Full day",
|
||||
"Enrichment classes",
|
||||
"Extended hours",
|
||||
],
|
||||
},
|
||||
{ id: "p-1", badge: "Start", price: "Custom", subtitle: "Basic entry", features: ["Half day", "Core curriculum"] },
|
||||
{ id: "p-2", badge: "Extended", price: "Custom", subtitle: "Full support", features: ["Full day", "Enrichment classes", "Extended hours"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,28 +82,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Little Sprouts"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Programs", href: "/programs" }, { label: "About", href: "/about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Little Sprouts Nursery."
|
||||
/>
|
||||
@@ -176,4 +91,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user