From 44fa74c33419d75a44929018342579736d25d7be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 13:59:17 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 182 +++++++++++++----------------------------- 1 file changed, 55 insertions(+), 127 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index bc31310..7a97614 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,142 +7,70 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -export default function LandingPage() { +export default function ShopPage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
); -- 2.49.1