From c906ee2c9c095173814f0ef3eae229c4c3522e83 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:14:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35398ba..46af7e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
-
@@ -185,4 +185,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1