From 49144eb3800d414bccd26f798a9dc63db554bb7c Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 11:05:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 415a297..33a8eec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { AlertCircle, BarChart3, CheckCircle, Checkbox, Clock, Cloud, Crown, Database, DollarSign, Eye, GitBranch, Lock, Mail, Shield, Sparkles, Webhook, Zap } from "lucide-react"; +import { AlertCircle, BarChart3, CheckCircle, Clock, Cloud, Crown, Database, DollarSign, Eye, GitBranch, Lock, Mail, Shield, Sparkles, Webhook, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -65,7 +65,7 @@ export default function LandingPage() { tagIcon={Sparkles} textboxLayout="default" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" carouselMode="buttons" features={[ { @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Real-Time Alerts", description: "Instant notifications for security events and system anomalies" }, { - icon: Checkbox, + icon: CheckCircle, title: "Compliance Ready", description: "SOC 2, GDPR, HIPAA, and ISO 27001 certified infrastructure" } ]} @@ -145,7 +145,7 @@ export default function LandingPage() { { src: "https://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", alt: "Team member" }, { src: "https://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Team member" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -192,7 +192,7 @@ export default function LandingPage() { title="Join 2,500+ Teams Using SaasFlow" description="Subscribe to get exclusive tips on productivity, automation best practices, and early access to new features." background={{ variant: "rotated-rays-animated-grid" }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" inputPlaceholder="Enter your work email" buttonText="Get Early Access" termsText="We respect your privacy. Unsubscribe anytime. Check out our Privacy Policy."