From ffb31f56514e07aeda85afd35d7f6a31a4eed6e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:23:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bdfb1e..417f8d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,13 +7,13 @@ 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 { Globe, Shield, Star, Zap, Cpu, BarChart3, Users, ChevronRight } from 'lucide-react'; +import { Shield, Users } from 'lucide-react'; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; return ( - + @@ -58,6 +58,7 @@ export default function Page() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", name: "Basic", price: "$99", imageSrc: "https://images.unsplash.com/photo-1593642532400-2682810df593" }, { id: "p2", name: "Pro", price: "$299", imageSrc: "https://images.unsplash.com/photo-1593642532400-2682810df593" }, @@ -71,6 +72,7 @@ export default function Page() { title="Get in Touch" description="Contact our expert team to discuss your project requirements." buttons={[{ text: "Contact Us", href: "#contact" }]} + useInvertedBackground={false} />