Merge version_2 into main #2
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
@@ -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 } from "lucide-react";
|
||||
import { Shield, Sparkles, Zap, Network, Bot, Cpu } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -67,9 +67,9 @@ export default function LandingPage() {
|
||||
title="Intelligent Networking Made Simple"
|
||||
description="Stop wasting hours on manual diagramming. Our AI-driven platform analyzes your requirements and provides production-ready architecture, avoiding conflicts and ensuring performance."
|
||||
bulletPoints={[
|
||||
{ title: "Auto-Topology", description: "Drag-and-drop visuals driven by plain text prompts." },
|
||||
{ title: "Instant Configs", description: "Generate CLI commands for Cisco, Juniper, and MikroTik." },
|
||||
{ title: "IP Management", description: "Automated subnetting and VLAN structure validation." },
|
||||
{ title: "Auto-Topology", description: "Drag-and-drop visuals driven by plain text prompts.", icon: Network },
|
||||
{ title: "Instant Configs", description: "Generate CLI commands for Cisco, Juniper, and MikroTik.", icon: Cpu },
|
||||
{ title: "AI Validation", description: "Automated subnetting and VLAN structure validation.", icon: Bot },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037248.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -77,17 +77,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
<FeatureCardNineteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Engineered for Complexity"
|
||||
description="Powerful features designed to handle enterprise network demands with ease."
|
||||
features={[
|
||||
{ title: "Multi-Vendor Support", description: "Full support for Cisco, Juniper, MikroTik, and Linux.", icon: Shield },
|
||||
{ title: "Visual Lab Designer", description: "Interactive browser-based topology design environment.", icon: Zap },
|
||||
{ title: "AI Chat Assistant", description: "Debug OSPF, BGP, and VLAN issues instantly.", icon: Sparkles },
|
||||
{ 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 },
|
||||
]}
|
||||
title="Built for Modern Infrastructure"
|
||||
description="Everything an engineer needs to design, document, and deploy networks."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user