Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-18 14:19:48 +00:00

View File

@@ -8,7 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import { GraduationCap, Palette } from "lucide-react";
export default function LandingPage() {
export default function ProgramsPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -23,162 +23,67 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Programs",
id: "/programs",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Little Buds Playschool"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Programs", id: "/programs" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
brandName="Little Buds Playschool"
/>
</div>
<div id="programs-list" data-section="programs-list">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Playgroup",
price: "1-3 yrs",
variant: "Activity based",
imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg",
},
{
id: "p2",
name: "Nursery",
price: "3-4 yrs",
variant: "Foundation building",
imageSrc: "http://img.b2bpic.net/free-photo/girl-painting-egg-with-brush_23-2147760598.jpg",
},
{
id: "p3",
name: "LKG",
price: "4-5 yrs",
variant: "Language & Logic",
imageSrc: "http://img.b2bpic.net/free-photo/paintings-with-palette-paintbrushes_23-2147654417.jpg",
},
{
id: "p4",
name: "UKG",
price: "5-6 yrs",
variant: "Prep for school",
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-drawing-coloring_23-2148947260.jpg",
},
{
id: "p5",
name: "Summer Camp",
price: "All ages",
variant: "Fun activities",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-childrens-playing_23-2148836251.jpg",
},
{
id: "p6",
name: "After School",
price: "3-8 yrs",
variant: "Supervised study",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-looking-colorful-paint-bottles-edge-white-table_23-2148088747.jpg",
},
]}
title="Our Programs"
description="Diverse learning paths for every age."
/>
</div>
<div id="programs-list" data-section="programs-list">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Playgroup", price: "1-3 yrs", variant: "Activity based", imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg" },
{ id: "p2", name: "Nursery", price: "3-4 yrs", variant: "Foundation building", imageSrc: "http://img.b2bpic.net/free-photo/girl-painting-egg-with-brush_23-2147760598.jpg" },
{ id: "p3", name: "LKG", price: "4-5 yrs", variant: "Language & Logic", imageSrc: "http://img.b2bpic.net/free-photo/paintings-with-palette-paintbrushes_23-2147654417.jpg" },
{ id: "p4", name: "UKG", price: "5-6 yrs", variant: "Prep for school", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-drawing-coloring_23-2148947260.jpg" },
{ id: "p5", name: "Summer Camp", price: "All ages", variant: "Fun activities", imageSrc: "http://img.b2bpic.net/free-photo/portrait-childrens-playing_23-2148836251.jpg" },
{ id: "p6", name: "After School", price: "3-8 yrs", variant: "Supervised study", imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-looking-colorful-paint-bottles-edge-white-table_23-2148088747.jpg" },
]}
title="Our Programs"
description="Diverse learning paths for every age."
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Learning Philosophy"
description="How we teach your child."
features={[
{
title: "Play Based",
description: "Fun activities",
icon: GraduationCap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-children-sitting-floor-playing_23-2147664241.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-floor-with-colorful-toys_23-2149357222.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg?_wi=3",
imageAlt: "Young children sitting on floor playing",
},
{
title: "Creative Art",
description: "Art exploration",
icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/little-child-painting-like-artist_23-2148178308.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/little-child-painting-like-artist_23-2148178267.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg?_wi=3",
imageAlt: "Young children sitting on floor playing",
},
]}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Learning Philosophy"
description="How we teach your child."
features={[
{
id: "f1", title: "Play Based", descriptions: ["Fun activities"],
imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg", imageAlt: "Young children sitting on floor playing"
},
{
id: "f2", title: "Creative Art", descriptions: ["Art exploration"],
imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg", imageAlt: "Young children sitting on floor playing"
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Programs",
href: "/programs",
},
],
},
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
]}
logoText="Little Buds"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Programs", href: "/programs" }] },
{ items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Little Buds"
/>
</div>
</ReactLenis>
</ThemeProvider>
);