diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index dc2cdb7..b8fa6b3 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -25,22 +25,20 @@ export default function BlogPage() { headingFontWeight="extrabold" > - + {isLoading ? (
@@ -60,26 +58,26 @@ export default function BlogPage() { )} -
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- -
+ ); } diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e79a88b..4d73eee 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -75,17 +75,13 @@ function ProductPageContent({ params }: ProductPageProps) { }, [cartItems, checkout, getCheckoutItems]); const navbar = ( -