From 4effa5443ecfecaa1d69076b60e712249db1fb65 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:27:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 323 ++++++++--------------------------------------- 1 file changed, 51 insertions(+), 272 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7249ac5..73f9f26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Activity, Cloud, Globe, Lock, Shield } from "lucide-react"; +import { Activity, Cloud, Globe, Lock, Shield, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -33,22 +33,10 @@ export default function LandingPage() {