Update src/app/page.tsx
This commit is contained in:
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user