diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 76d5d97..9699650 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,14 +44,12 @@ export default function AboutPage() { description="Learninglee was founded on the belief that every child, regardless of their socioeconomic circumstances or geographic location, deserves access to quality education. In Jammu & Kashmir, where educational inequities are pronounced, we work tirelessly to bridge gaps and create pathways for underserved children to thrive academically, emotionally, and socially. Our work is rooted in deep community engagement, cultural sensitivity, and evidence-based practices that respect local contexts while driving measurable impact." tag="Who We Are" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg" imageAlt="Learninglee's commitment to educational transformation" useInvertedBackground={false} buttons={[ { - text: "Support Our Work", - href: "#contact", - }, + text: "Support Our Work", href: "#contact"}, ]} buttonAnimation="slide-up" titleClassName="text-4xl md:text-5xl font-bold" @@ -71,32 +69,16 @@ export default function AboutPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "12500", - title: "Children Impacted", - description: "Direct and indirect beneficiaries of Learninglee programs across Jammu & Kashmir", - icon: Users, + id: "1", value: "12500", title: "Children Impacted", description: "Direct and indirect beneficiaries of Learninglee programs across Jammu & Kashmir", icon: Users, }, { - id: "2", - value: "85", - title: "Institutional Partners", - description: "Schools, NGOs, and government bodies collaborating for educational excellence", - icon: Building2, + id: "2", value: "85", title: "Institutional Partners", description: "Schools, NGOs, and government bodies collaborating for educational excellence", icon: Building2, }, { - id: "3", - value: "92", - title: "% Success Rate", - description: "Program participants achieving educational and developmental milestones", - icon: TrendingUp, + id: "3", value: "92", title: "% Success Rate", description: "Program participants achieving educational and developmental milestones", icon: TrendingUp, }, { - id: "4", - value: "1200", - title: "Educators Trained", - description: "Teachers and facilitators equipped with contemporary pedagogical methods", - icon: BookOpen, + id: "4", value: "1200", title: "Educators Trained", description: "Teachers and facilitators equipped with contemporary pedagogical methods", icon: BookOpen, }, ]} animationType="slide-up" @@ -130,66 +112,39 @@ export default function AboutPage() { copyrightText="© 2025 Learninglee | Education for Every Child" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Our Programs", - href: "/programs", - }, + label: "Our Programs", href: "/programs"}, { - label: "Impact Stories", - href: "/impact", - }, + label: "Impact Stories", href: "/impact"}, { - label: "Get Involved", - href: "/get-involved", - }, + label: "Get Involved", href: "/get-involved"}, ], }, { - title: "How to Help", - items: [ + title: "How to Help", items: [ { - label: "Donate Now", - href: "#", - }, + label: "Donate Now", href: "#"}, { - label: "Become a Volunteer", - href: "#", - }, + label: "Become a Volunteer", href: "#"}, { - label: "Corporate Partnership", - href: "#", - }, + label: "Corporate Partnership", href: "#"}, { - label: "Institutional Collaboration", - href: "#", - }, + label: "Institutional Collaboration", href: "#"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog & Insights", - href: "#", - }, + label: "Blog & Insights", href: "#"}, { - label: "Annual Report", - href: "#", - }, + label: "Annual Report", href: "#"}, { - label: "Impact Dashboard", - href: "#", - }, + label: "Impact Dashboard", href: "#"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, ], }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d443061..2ca49fc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { 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 ContactPage() { ], }, { - 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 ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog & Insights", href: "#" }, { label: "Annual Report", href: "#" }, { label: "Impact Dashboard", href: "#" }, @@ -74,18 +71,14 @@ export default function ContactPage() { description="At Learninglee, we believe in the power of direct engagement and transparent communication. Our team is dedicated to answering your questions, listening to your ideas, and collaborating with you to create meaningful educational impact in Jammu & Kashmir. Whether you're interested in learning more about our work, exploring partnership opportunities, or simply wanting to connect with our mission, we're ready to have a conversation." tag="Contact Information" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg" imageAlt="Learninglee team connecting with communities" useInvertedBackground={false} buttons={[ { - text: "Explore Opportunities", - href: "/get-involved", - }, + text: "Explore Opportunities", href: "/get-involved"}, { - text: "Learn About Our Impact", - href: "/impact", - }, + text: "Learn About Our Impact", href: "/impact"}, ]} buttonAnimation="slide-up" titleClassName="text-4xl md:text-5xl font-bold" @@ -102,14 +95,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "UNICEF", - "Save the Children", - "World Bank Education", - "Microsoft Education", - "Google for Education", - "UNESCO", - "Teach for India", - ]} + "UNICEF", "Save the Children", "World Bank Education", "Microsoft Education", "Google for Education", "UNESCO", "Teach for India"]} speed={40} showCard={true} titleClassName="text-4xl md:text-5xl font-bold" @@ -124,9 +110,9 @@ export default function ContactPage() { tagAnimation="slide-up" title="Let's Build Educational Equity Together" description="Whether you have questions, want to partner with us, or simply wish to learn more about our mission, reach out today. Our team will be in touch within 24 hours." - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg" imageAlt="Diverse community working together for education" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/get-involved/page.tsx b/src/app/get-involved/page.tsx index dde63c6..4b1ca93 100644 --- a/src/app/get-involved/page.tsx +++ b/src/app/get-involved/page.tsx @@ -21,8 +21,7 @@ export default function GetInvolvedPage() { 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" }, @@ -30,8 +29,7 @@ export default function GetInvolvedPage() { ], }, { - title: "How to Help", - items: [ + title: "How to Help", items: [ { label: "Donate Now", href: "#" }, { label: "Become a Volunteer", href: "#" }, { label: "Corporate Partnership", href: "#" }, @@ -39,8 +37,7 @@ export default function GetInvolvedPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog & Insights", href: "#" }, { label: "Annual Report", href: "#" }, { label: "Impact Dashboard", href: "#" }, @@ -76,29 +73,21 @@ export default function GetInvolvedPage() { tag="Make a Difference" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/boy-hiding-pots_23-2151960756.jpg?_wi=2", - imageAlt: "Children learning together in Learninglee programs", - }, + imageSrc: "http://img.b2bpic.net/free-photo/boy-hiding-pots_23-2151960756.jpg", imageAlt: "Children learning together in Learninglee programs"}, { - imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg?_wi=5", - imageAlt: "Children engaged in educational activities", - }, + imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg", imageAlt: "Children engaged in educational activities"}, ]} mediaAnimation="slide-up" rating={5} ratingText="5000+ supporters making real impact" buttons={[ { - text: "Explore Ways to Help", - href: "#contact", - }, + text: "Explore Ways to Help", href: "#contact"}, { - text: "View Programs", - href: "/programs", - }, + text: "View Programs", href: "/programs"}, ]} buttonAnimation="slide-up" className="hero-section" @@ -118,32 +107,16 @@ export default function GetInvolvedPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "12500", - title: "Children Reached", - description: "Direct beneficiaries of our programs", - icon: Users, + id: "1", value: "12500", title: "Children Reached", description: "Direct beneficiaries of our programs", icon: Users, }, { - id: "2", - value: "85", - title: "School Partners", - description: "Educational institutions collaborating", - icon: Building2, + id: "2", value: "85", title: "School Partners", description: "Educational institutions collaborating", icon: Building2, }, { - id: "3", - value: "92", - title: "% Enrollment", - description: "Program participants in formal education", - icon: TrendingUp, + id: "3", value: "92", title: "% Enrollment", description: "Program participants in formal education", icon: TrendingUp, }, { - id: "4", - value: "1200", - title: "Teachers Trained", - description: "Educators equipped with modern methods", - icon: BookOpen, + id: "4", value: "1200", title: "Teachers Trained", description: "Educators equipped with modern methods", icon: BookOpen, }, ]} animationType="slide-up" @@ -164,37 +137,13 @@ export default function GetInvolvedPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Become a Donor", - price: "Financial Support", - variant: "Monthly Giving | One-Time Donation", - imageSrc: "http://img.b2bpic.net/free-photo/three-students-working-home-task-together-sitting-cafe-making-research-browsing-internet-using-wi-fi-touch-pad_273609-6342.jpg", - imageAlt: "Community members supporting education", - }, + id: "1", name: "Become a Donor", price: "Financial Support", variant: "Monthly Giving | One-Time Donation", imageSrc: "http://img.b2bpic.net/free-photo/three-students-working-home-task-together-sitting-cafe-making-research-browsing-internet-using-wi-fi-touch-pad_273609-6342.jpg", imageAlt: "Community members supporting education"}, { - id: "2", - name: "Volunteer Your Time", - price: "Active Participation", - variant: "Teaching | Mentoring | Program Support", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg?_wi=9", - imageAlt: "Volunteer educators making impact", - }, + id: "2", name: "Volunteer Your Time", price: "Active Participation", variant: "Teaching | Mentoring | Program Support", imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-female-teacher-class_23-2148925500.jpg", imageAlt: "Volunteer educators making impact"}, { - id: "3", - name: "Corporate Partnership", - price: "Strategic Collaboration", - variant: "CSR Programs | Employee Engagement", - imageSrc: "http://img.b2bpic.net/free-photo/employee-explaining-her-strategy-whiteboard_1098-4009.jpg?_wi=3", - imageAlt: "Corporate partners collaborating on education", - }, + id: "3", name: "Corporate Partnership", price: "Strategic Collaboration", variant: "CSR Programs | Employee Engagement", imageSrc: "http://img.b2bpic.net/free-photo/employee-explaining-her-strategy-whiteboard_1098-4009.jpg", imageAlt: "Corporate partners collaborating on education"}, { - id: "4", - name: "Institutional Alliance", - price: "Systemic Change", - variant: "School Partnerships | Research Collaboration", - imageSrc: "http://img.b2bpic.net/free-photo/environment-volunteer-concept-with-group-persons_23-2147807226.jpg?_wi=3", - imageAlt: "Institutional leaders supporting education", - }, + id: "4", name: "Institutional Alliance", price: "Systemic Change", variant: "School Partnerships | Research Collaboration", imageSrc: "http://img.b2bpic.net/free-photo/environment-volunteer-concept-with-group-persons_23-2147807226.jpg", imageAlt: "Institutional leaders supporting education"}, ]} animationType="slide-up" gridVariant="uniform-all-items-equal" @@ -210,9 +159,9 @@ export default function GetInvolvedPage() { tagAnimation="slide-up" title="Start Your Journey with Learninglee" description="Connect with us today to discuss how you can best contribute to our mission. Whether you have questions, want to volunteer, or are interested in partnership opportunities, we'd love to hear from you." - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=3" + 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" diff --git a/src/app/impact/page.tsx b/src/app/impact/page.tsx index 1501e20..340c33e 100644 --- a/src/app/impact/page.tsx +++ b/src/app/impact/page.tsx @@ -6,7 +6,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { BarChart3, Heart } from "lucide-react"; +import { BarChart3, Heart, Users, Building2, TrendingUp, BookOpen } from "lucide-react"; import Link from "next/link"; export default function ImpactPage() { @@ -20,8 +20,7 @@ export default function ImpactPage() { 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 ImpactPage() { ], }, { - 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 ImpactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog & Insights", href: "#" }, { label: "Annual Report", href: "#" }, { label: "Impact Dashboard", href: "#" }, @@ -71,18 +68,14 @@ export default function ImpactPage() { description="At Learninglee, we envision a world where every child in Jammu & Kashmir, regardless of socioeconomic background, has access to quality education. Our comprehensive programs address critical gaps in literacy, numeracy, child safety, and vocational skills. We partner with local communities, schools, and institutions to create sustainable, locally-led solutions that empower children and their families." tag="Our Impact Story" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg" imageAlt="Learninglee team members engaging with children in educational programs" useInvertedBackground={false} buttons={[ { - text: "Explore Our Programs", - href: "/programs", - }, + text: "Explore Our Programs", href: "/programs"}, { - text: "See Our Metrics", - href: "/impact", - }, + text: "See Our Metrics", href: "/impact"}, ]} buttonAnimation="slide-up" titleClassName="text-4xl md:text-5xl font-bold" @@ -94,32 +87,16 @@ export default function ImpactPage() { @@ -119,32 +90,16 @@ export default function ProgramsPage() {