diff --git a/src/app/page.tsx b/src/app/page.tsx index f0018b3..8c9690b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Building2, Calendar, Smile, Wifi, Car, Thermometer, Plane, Star } from "lucide-react"; +import { Wifi, Car, Thermometer, Plane } from "lucide-react"; export default function LandingPage() { return ( @@ -101,4 +101,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file