From c7d260fe04c6f705ca5c3eddd2969bddd27331ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:44:11 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 200 ++++++++++++++++-------------------------- 1 file changed, 76 insertions(+), 124 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 47f6cfd..08a11e3 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function ShopPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file