From 2dbe8da7edf81445f4538ba3c297383b242e58ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:05:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 334 ++++++++--------------------------------------- 1 file changed, 53 insertions(+), 281 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d6022c..f9281d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, BarChart, CheckCircle, Globe, Shield, Users, Zap } from "lucide-react"; +import { Award, BarChart, CheckCircle, Cpu, Globe, Shield, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() {