Merge version_1 into main #1
@@ -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 { Zap, Shield, Users, Database, GitBranch, BarChart3, Sparkles, Crown, Mail } from "lucide-react";
|
||||
import { Zap, Shield, Users, Database, GitBranch, BarChart3, Sparkles, Crown, Mail, Lock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
title: "Lightning Fast APIs", description: "Sub-millisecond response times powered by our optimized infrastructure"
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
icon: Lock,
|
||||
title: "Bank-Level Security", description: "End-to-end encryption, SOC 2 compliance, and 24/7 threat monitoring"
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="fade"
|
||||
avatarsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user