diff --git a/src/app/page.tsx b/src/app/page.tsx index 09fc0d4..70e4525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { CheckCircle, Heart, Paw } from "lucide-react"; +import { CheckCircle, Heart, Paw, Package } from "lucide-react"; export default function LandingPage() { return (