diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dc2c28..7bdf7a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Droplets, Shield, Sparkles, Wrench, Vacuum, Spray } from "lucide-react"; +import { Droplets, Shield, Sparkles, Wrench, Eraser, SprayCan } from "lucide-react"; export default function LandingPage() { return ( @@ -31,16 +30,11 @@ export default function LandingPage() {