From f569e02c57a9ec26112a294aaa078804cce45c24 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:54 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 121ab75..4124805 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -163,7 +163,6 @@ export default function AboutPage() { cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" tagAnimation="slide-up" animationType="slide-up" - textboxLayout="default" /> @@ -238,6 +237,7 @@ export default function AboutPage() { textBoxDescriptionClassName="text-gray-300 text-lg text-center mb-16 max-w-2xl mx-auto" carouselMode="buttons" animationType="slide-up" + textboxLayout="default" /> -- 2.49.1 From f07da4a6b2e15600e82114ae845f4593387d5f80 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:55 +0000 Subject: [PATCH 2/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 39f35ed..182e887 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -153,6 +153,7 @@ export default function BlogPage() { dateClassName="text-gray-500 text-xs ml-auto" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]" + textboxLayout="default" /> -- 2.49.1 From 8869734daa575ecb8a2c7e6f770327b2b291d316 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:55 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a698a0a..b324617 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -220,7 +220,6 @@ export default function HomePage() { cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" tagAnimation="slide-up" animationType="slide-up" - textboxLayout="default" /> @@ -301,6 +300,7 @@ export default function HomePage() { cardVariantClassName="text-gray-400 text-sm font-light" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" + textboxLayout="default" /> @@ -388,6 +388,7 @@ export default function HomePage() { dateClassName="text-gray-500 text-xs ml-auto" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]" + textboxLayout="default" /> @@ -475,6 +476,7 @@ export default function HomePage() { roleClassName="text-gray-400 text-sm font-light" carouselMode="buttons" animationType="slide-up" + textboxLayout="default" /> -- 2.49.1 From 98c2e7e1a58b1dd2968acd1126b456b3b50016fc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:56 +0000 Subject: [PATCH 4/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 49bcd87..c6de11c 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -152,6 +152,7 @@ export default function PortfolioPage() { cardVariantClassName="text-gray-400 text-sm font-light" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" + textboxLayout="default" /> -- 2.49.1