diff --git a/src/app/page.tsx b/src/app/page.tsx index cff5b1f..17eab2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Clock, Flame, MapPin, MessageSquare, Star, Truck } from "lucide-react"; +import { Clock, Flame, MapPin, MessageSquare, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,14 +32,10 @@ export default function LandingPage() {