diff --git a/src/app/page.tsx b/src/app/page.tsx index d72962e..5f915d9 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, Truck } from 'lucide-react'; +import { Building2, Building, Award, TrendingUp, Phone, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -41,20 +41,20 @@ export default function LandingPage() {
@@ -84,25 +84,25 @@ export default function LandingPage() {
@@ -202,33 +202,33 @@ export default function LandingPage() {
); -} +} \ No newline at end of file