From e43a1438a28f4472f36034045096c607916412f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:44:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} />