From 77df58fccba9a807d0617e2fca54c0bde3150e81 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:28:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 506 +++++++++++++---------------------------------- 1 file changed, 133 insertions(+), 373 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 923896f..8fe6875 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Clock, Code, FileText, Server, Smartphone, Star, Users, Zap } from "lucide-react"; +import { Award, Clock, Code, FileText, Server, Smartphone, Star, Users, Zap, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -28,386 +28,146 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1