diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b4be8f..a6c8978 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,14 +29,10 @@ export default function LandingPage() {