From bddf281671cbb2ba320a07cc6bc348f79269477d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:34:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++++++++++++++++++----------------------- 1 file changed, 105 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aebc9aa..15b9ec5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,10 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/ecommerce/productCatalog/ProductCatalog'; +import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import MediaAbout from '@/components/sections/about/MediaAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -29,112 +28,119 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1