diff --git a/src/app/page.tsx b/src/app/page.tsx index fd02d00..2a6c7ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Shield, Star, Globe } from "lucide-react"; export default function Page() { const navItems = [ @@ -54,6 +53,7 @@ export default function Page() { ]} imageSrc="https://images.unsplash.com/photo-1620121692029-d088224ddc74" mediaAnimation="slide-up" + useInvertedBackground={false} />