From 2a8e923b7d148b41f9078ca80b16b6ca4ad86417 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:57:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90ad5d1..d8b4e78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Zap, Shield, ArrowRight } from 'lucide-react'; export default function HomePage() { const navItems = [{ name: 'Home', id: '/' }]; @@ -43,6 +42,7 @@ export default function HomePage() { @@ -52,6 +52,7 @@ export default function HomePage() { description="Core features of our platform" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { id: "1", label: "Innovation", title: "Advanced Tech", items: ["AI-Powered", "Cloud Native"] }, { id: "2", label: "Speed", title: "Fast Performance", items: ["Optimized", "Low Latency"] } @@ -67,6 +68,7 @@ export default function HomePage() { avatars={[{ src: "https://i.pravatar.cc/100", alt: "Jane Doe" }]} ratingAnimation="slide-up" avatarsAnimation="slide-up" + useInvertedBackground={false} /> @@ -77,6 +79,7 @@ export default function HomePage() { description="Get in touch with our team today to learn more about our services." buttons={[{ text: "Contact Us", href: "#contact" }]} background={{ variant: 'sparkles-gradient' }} + useInvertedBackground={false} />