diff --git a/src/app/page.tsx b/src/app/page.tsx index 0711833..5f5b968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Flame, Star, Cactus } from 'lucide-react'; +import { Flame, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -65,7 +65,7 @@ export default function LandingPage() {