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 ( - + -
- -
+
+ +
-
- -
- - +
+ +
);