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} />