Merge version_1 into main #8

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

View File

@@ -2,11 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import { GraduationCap, Palette } from "lucide-react";
export default function ProgramsPage() {
return (
@@ -56,7 +55,7 @@ export default function ProgramsPage() {
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyFive
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -64,10 +63,12 @@ export default function ProgramsPage() {
description="How we teach your child."
features={[
{
title: "Play Based", description: "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: "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"
},
{
title: "Creative Art", description: "Art exploration", imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.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"
}
]}
/>