Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-04 11:05:18 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; 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 PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; 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() { export default function LandingPage() {
return ( return (
@@ -65,7 +65,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
carouselMode="buttons" carouselMode="buttons"
features={[ features={[
{ {
@@ -125,7 +125,7 @@ export default function LandingPage() {
title: "Real-Time Alerts", description: "Instant notifications for security events and system anomalies" 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" 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/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" } { src: "https://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Team member" }
]} ]}
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -192,7 +192,7 @@ export default function LandingPage() {
title="Join 2,500+ Teams Using SaasFlow" title="Join 2,500+ Teams Using SaasFlow"
description="Subscribe to get exclusive tips on productivity, automation best practices, and early access to new features." description="Subscribe to get exclusive tips on productivity, automation best practices, and early access to new features."
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
inputPlaceholder="Enter your work email" inputPlaceholder="Enter your work email"
buttonText="Get Early Access" buttonText="Get Early Access"
termsText="We respect your privacy. Unsubscribe anytime. Check out our Privacy Policy." termsText="We respect your privacy. Unsubscribe anytime. Check out our Privacy Policy."