From 2afe5fa50eba40df0b94dabab0a172a7a83f9644 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:04:31 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4124805..f0922a8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -163,6 +163,7 @@ export default function AboutPage() { cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" tagAnimation="slide-up" animationType="slide-up" + textboxLayout="default" /> @@ -235,9 +236,6 @@ export default function AboutPage() { roleClassName="text-gray-400 text-sm font-light" textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white text-center mb-4" 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 6f7493dce74fa8fae868ba271de1953c60818eb0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:04:32 +0000 Subject: [PATCH 2/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 182e887..39f35ed 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -153,7 +153,6 @@ export default function BlogPage() { dateClassName="text-gray-500 text-xs ml-auto" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]" - textboxLayout="default" /> -- 2.49.1 From e0c64c4aa475e0fcd37588ffb803ebb7e796cf9b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:04:32 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b324617..3811ff2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -220,6 +220,7 @@ export default function HomePage() { cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" tagAnimation="slide-up" animationType="slide-up" + textboxLayout="default" /> @@ -300,7 +301,6 @@ 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,7 +388,6 @@ export default function HomePage() { dateClassName="text-gray-500 text-xs ml-auto" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]" - textboxLayout="default" /> @@ -474,9 +473,6 @@ export default function HomePage() { textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white text-center mb-4" textBoxDescriptionClassName="text-gray-300 text-lg text-center mb-16 max-w-2xl mx-auto" roleClassName="text-gray-400 text-sm font-light" - carouselMode="buttons" - animationType="slide-up" - textboxLayout="default" /> -- 2.49.1 From e8f52058c77d0434fbb593a4b7fcb1fd21a68b35 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:04:33 +0000 Subject: [PATCH 4/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index c6de11c..49bcd87 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -152,7 +152,6 @@ 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