Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user