diff --git a/src/app/page.tsx b/src/app/page.tsx index e1bc5b8..c2b9547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Zap, Shield, Star, Globe, ArrowRight } from 'lucide-react'; +import { Shield } from 'lucide-react'; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; @@ -74,6 +74,7 @@ export default function Page() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "Standard", price: "$99", imageSrc: "/placeholder.svg" }, { id: "2", name: "Pro", price: "$199", imageSrc: "/placeholder.svg" }, @@ -88,6 +89,7 @@ export default function Page() { title="Get in touch with us" description="We are here to help you achieve your goals." buttons={[{ text: "Contact Sales" }]} + useInvertedBackground={false} />