diff --git a/src/app/page.tsx b/src/app/page.tsx index aa5bcb3..8b6c89c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { setCartOpen(true) }} /> {isLoading ? ( diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index ab8471e..5fabd20 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -59,7 +59,6 @@ function ShopPageContent() { setCartOpen(true) }} /> {isLoading ? (