diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f915d9..ee549e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Building2, Building, Award, TrendingUp, Phone, Mail } from 'lucide-react'; +import { Building2, Building, Award, TrendingUp, Phone, Mail, Truck } from 'lucide-react'; export default function LandingPage() { return ( @@ -41,20 +41,20 @@ export default function LandingPage() {