Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 12:05:59 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { BookOpen, Calendar, Globe, Hands, Heart, Lightbulb, Music, Smile, Sparkles, Users, Zap } from "lucide-react";
import { BookOpen, Calendar, Globe, Hand, Heart, Lightbulb, Music, Smile, Sparkles, Users, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -89,7 +89,7 @@ export default function LandingPage() {
},
{
title: "Community Outreach", description: "Serving others through charitable initiatives, food banks, and community support programs.", bentoComponent: "icon-info-cards", items: [
{ icon: Hands, label: "Volunteers", value: "150+" },
{ icon: Hand, label: "Volunteers", value: "150+" },
{ icon: Heart, label: "Lives Touched", value: "Monthly" },
{ icon: Globe, label: "Impact", value: "Growing" }
]