From a0dd098a10392b6f1909b5718302383bbcacd9c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 15:05:14 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 423 ++++++-------------------------------- 1 file changed, 66 insertions(+), 357 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 8e326e9..cbaec1d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -2,13 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Check } from "lucide-react"; export default function LandingPage() { return ( @@ -25,360 +21,73 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
); -- 2.49.1