diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a7fa3f..2df15d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Zap, Shield, ArrowRight, Star, Globe, Mail } from 'lucide-react'; +import { Zap, Shield, Star, Globe, Mail } from 'lucide-react'; export default function Page() { const navItems = [ @@ -67,6 +67,7 @@ export default function Page() { gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", brand: "Webild", name: "Basic Plan", price: "$99", rating: 5, reviewCount: "10", imageSrc: "/placeholder.jpg" }, { id: "2", brand: "Webild", name: "Pro Plan", price: "$199", rating: 5, reviewCount: "20", imageSrc: "/placeholder.jpg" }, @@ -76,16 +77,22 @@ export default function Page() {