From f394e2aa75db5921c18490ed6592b82d36758e06 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:44:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 411 ++++++++++++++--------------------------------- 1 file changed, 119 insertions(+), 292 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index badf050..aed4186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Zap, Coffee, Sun, Tv } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,306 +28,132 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);