diff --git a/src/app/page.tsx b/src/app/page.tsx index 39c3136..9300114 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Eye, Award, Diamond, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,25 +32,15 @@ export default function LandingPage() { @@ -255,8 +165,7 @@ export default function LandingPage() {