diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 77cedb7..c51cfd3 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -22,20 +22,22 @@ export default function BlogPage() { secondaryButtonStyle="radial-glow" headingFontWeight="bold" > - +
{isLoading ? ( @@ -55,11 +57,13 @@ export default function BlogPage() { )}
- + ); } diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 03e54cf..62ee850 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -91,10 +91,11 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="bold" > -