Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Award, CheckCircle, Heart, HelpCircle, Lightbulb, MessageCircle, TrendingUp, Users, Volunteers, Home } from 'lucide-react';
|
||||
import { Award, CheckCircle, Heart, HelpCircle, Lightbulb, MessageCircle, TrendingUp, Users, Home } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
id: "3", value: "310", title: "Trained", description: "People completing safety training", icon: Award
|
||||
},
|
||||
{
|
||||
id: "4", value: "500", title: "Volunteers", description: "Dedicated community volunteers", icon: Volunteers
|
||||
id: "4", value: "500", title: "Volunteers", description: "Dedicated community volunteers", icon: Users
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user