From a638b23f41cd2b6eb4f765ddee9e0f53e847b18c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:48:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 279 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 962ff05..371dedf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { BarChart, DollarSign, Shield, Zap } from "lucide-react"; +import { BarChart, DollarSign, Shield, Zap, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1