diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c145211..513d4af 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -24,19 +24,21 @@ export default function BlogPage() { headingFontWeight="extrabold" > - + {isLoading ? (
@@ -53,32 +55,34 @@ export default function BlogPage() { carouselMode="buttons" /> )} - - + + );