diff --git a/src/App.tsx b/src/App.tsx index fdf1f9b..7b1b100 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,6 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import ProductQuantityCards from '@/components/sections/product/ProductQuantityCards'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; -import { Clock, Flame, Wheat } from "lucide-react"; export default function App() { return ( @@ -47,7 +46,8 @@ export default function App() {