From 9dd0e75c19baaa021d79d0a9be6016e85e6384ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 08:33:43 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 177 ++++++++++++------------------------------ 1 file changed, 50 insertions(+), 127 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c6d1f4c..8c75808 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function ShopPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file