From adcfd597e4dc5e6e8cec716adbca8bcaebb28bd7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:06:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 128 +++++++++++------------------------------------ 1 file changed, 29 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 111b326..6b55209 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { ShieldCheck, Zap, Warehouse } from "lucide-react"; export default function LandingPage() { return ( @@ -31,23 +32,23 @@ export default function LandingPage() {
@@ -56,34 +57,18 @@ export default function LandingPage() { -
- -
-
-
- -
- -
- -
- -
- -
-
@@ -152,29 +89,22 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1