Merge version_2 into main #3
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Shield, Sparkles, Zap, Network, Bot, Cpu } from "lucide-react";
|
||||
import { Sparkles, Network, Bot, Cpu } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -78,15 +78,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Engineered for Complexity"
|
||||
description="Powerful features designed to handle enterprise network demands with ease."
|
||||
features={[
|
||||
{ tag: "Security", title: "Policy Validation", subtitle: "Automated compliance", description: "Instantly check your network policies against industry security standards.", icon: Shield },
|
||||
{ tag: "Design", title: "Interactive Design", subtitle: "Real-time mapping", description: "Browser-based environment with AI-assisted drag-and-drop elements.", icon: Zap },
|
||||
{ tag: "Ops", title: "GenAI Assist", subtitle: "Smart debugging", description: "Conversational AI that helps troubleshoot OSPF, BGP, and VLAN issues.", icon: Sparkles },
|
||||
{ tag: "Security", title: "Policy Validation", subtitle: "Automated compliance", description: "Instantly check your network policies against industry security standards." },
|
||||
{ tag: "Design", title: "Interactive Design", subtitle: "Real-time mapping", description: "Browser-based environment with AI-assisted drag-and-drop elements." },
|
||||
{ tag: "Ops", title: "GenAI Assist", subtitle: "Smart debugging", description: "Conversational AI that helps troubleshoot OSPF, BGP, and VLAN issues." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user