Update src/app/programs/page.tsx

This commit is contained in:
2026-03-10 10:06:55 +00:00
parent 4adb80528d
commit f43228b56e

View File

@@ -6,7 +6,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Lightbulb, BarChart3, Heart } from "lucide-react";
import { Lightbulb, BarChart3, Heart, Users, Building2, TrendingUp, BookOpen } from "lucide-react";
import Link from "next/link";
export default function ProgramsPage() {
@@ -20,8 +20,7 @@ export default function ProgramsPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Programs", href: "/programs" },
{ label: "Impact Stories", href: "/impact" },
@@ -29,8 +28,7 @@ export default function ProgramsPage() {
],
},
{
title: "How to Help",
items: [
title: "How to Help", items: [
{ label: "Donate Now", href: "#" },
{ label: "Become a Volunteer", href: "#" },
{ label: "Corporate Partnership", href: "#" },
@@ -38,8 +36,7 @@ export default function ProgramsPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog & Insights", href: "#" },
{ label: "Annual Report", href: "#" },
{ label: "Impact Dashboard", href: "#" },
@@ -69,37 +66,13 @@ export default function ProgramsPage() {
<ProductCardFour
products={[
{
id: "1",
name: "Early Literacy & Numeracy",
price: "Foundation",
variant: "Ages 4-8 | Primary Focus",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg?_wi=5",
imageAlt: "Young children engaged in literacy activities",
},
id: "1", name: "Early Literacy & Numeracy", price: "Foundation", variant: "Ages 4-8 | Primary Focus", imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg", imageAlt: "Young children engaged in literacy activities"},
{
id: "2",
name: "Child Safety & Awareness",
price: "Protection",
variant: "Ages 6-14 | Comprehensive Program",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg?_wi=6",
imageAlt: "Child safety education and awareness session",
},
id: "2", name: "Child Safety & Awareness", price: "Protection", variant: "Ages 6-14 | Comprehensive Program", imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg", imageAlt: "Child safety education and awareness session"},
{
id: "3",
name: "Vocational & Life Skills",
price: "Empowerment",
variant: "Ages 14-18 | Career Pathways",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg?_wi=7",
imageAlt: "Youth learning vocational and life skills",
},
id: "3", name: "Vocational & Life Skills", price: "Empowerment", variant: "Ages 14-18 | Career Pathways", imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg", imageAlt: "Youth learning vocational and life skills"},
{
id: "4",
name: "Teacher Development",
price: "Excellence",
variant: "Professional | Ongoing Training",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg?_wi=8",
imageAlt: "Educators engaged in professional development",
},
id: "4", name: "Teacher Development", price: "Excellence", variant: "Professional | Ongoing Training", imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg", imageAlt: "Educators engaged in professional development"},
]}
title="Our Programs"
description="Comprehensive, community-centered initiatives designed to address educational inequities and empower underserved children and youth in Jammu & Kashmir."
@@ -110,8 +83,6 @@ export default function ProgramsPage() {
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-base md:text-lg text-gray-700"
/>
</div>
@@ -119,32 +90,16 @@ export default function ProgramsPage() {
<MetricCardOne
metrics={[
{
id: "1",
value: "12500",
title: "Children Reached",
description: "Direct beneficiaries across our education programs",
icon: "Users",
id: "1", value: "12500", title: "Children Reached", description: "Direct beneficiaries across our education programs", icon: Users,
},
{
id: "2",
value: "85",
title: "Schools Partnered",
description: "Educational institutions collaborating with Learninglee",
icon: "Building2",
id: "2", value: "85", title: "Schools Partnered", description: "Educational institutions collaborating with Learninglee", icon: Building2,
},
{
id: "3",
value: "92",
title: "% Enrollment Rate",
description: "Program participants enrolled in formal education",
icon: "TrendingUp",
id: "3", value: "92", title: "% Enrollment Rate", description: "Program participants enrolled in formal education", icon: TrendingUp,
},
{
id: "4",
value: "1200",
title: "Teachers Trained",
description: "Educators equipped with modern teaching methodologies",
icon: "BookOpen",
id: "4", value: "1200", title: "Teachers Trained", description: "Educators equipped with modern teaching methodologies", icon: BookOpen,
},
]}
title="Our Measurable Impact"
@@ -168,9 +123,9 @@ export default function ProgramsPage() {
tagAnimation="slide-up"
title="Join the Movement for Educational Equity"
description="Whether you're a passionate donor, dedicated volunteer, or strategic partner, your involvement creates lasting change. Connect with us today to discuss how you can support Learninglee's mission."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg"
imageAlt="Diverse team of volunteers and educators collaborating"
mediaAnimation="slide-up"
mediaPosition="right"