From 50a639c9f532ebd2059a8b7bf79c462612dbb0f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 04:18:35 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 202 +++++++++++------------------------------- 1 file changed, 53 insertions(+), 149 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6950cb9..1c9a81c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import { Package, TrendingUp } from "lucide-react"; -export default function LandingPage() { +export default function ShopPage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
); -- 2.49.1