diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bbb281..4ecccb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Flame } from "lucide-react"; +import { Flame, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -80,6 +80,8 @@ export default function LandingPage() {