From c47a7c2e3b214bc5aa14f9c83765560163fcc0ae Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:47:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 488 ++++++++++++++--------------------------------- 1 file changed, 146 insertions(+), 342 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a69124..b9e0e63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Instagram, Medal, ShieldCheck, TrendingUp, Trophy, Twitter, Zap } from "lucide-react"; +import { Medal, ShieldCheck, TrendingUp, Trophy, Twitter, Zap, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -29,356 +29,160 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1