From 76e78bae77f977f13b5dbacdbbefd3adfcb9fff9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:25:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++++++++++------------------------------ 1 file changed, 88 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8230cfe..f3b4358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Facebook, Flame, Heart, Instagram, MessageSquare, Utensils } from "lucide-react"; +import { Zap, Wallet, Shield, Facebook, Flame, Heart, Instagram, MessageSquare, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -25,167 +25,98 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- +
); -- 2.49.1