diff --git a/src/app/page.tsx b/src/app/page.tsx index deac710..0156119 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Zap, Heart, RefreshCw } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,9 +29,9 @@ export default function LandingPage() {