From c88af9f2e8755c4e20007ebf111ce61d9a97abc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 14:28:35 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 82 +++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 39 deletions(-) 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" /> )} - - + + );