diff --git a/src/app/page.tsx b/src/app/page.tsx index e5f013e..bd72e3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Flame, Leaf, Shield, Truck, Utensils, MapPin, Phone, Clock, MessageCircle } from "lucide-react"; +import { Award, Flame, Leaf, Shield, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -44,7 +44,6 @@ export default function LandingPage() {