From 606d871d666db3ad1eff6f015b85cca79276bc3a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:41 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5a4de14..c7a1a69 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -162,8 +162,6 @@ export default function AboutPage() { cardTitleClassName="text-xl font-bold text-white mb-3" cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" animationType="slide-up" - tagAnimation="slide-up" - textboxLayout="default" /> @@ -237,7 +235,6 @@ export default function AboutPage() { 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" tagAnimation="slide-up" - textboxLayout="default" /> -- 2.49.1 From 816e971bba450e636c1c7b30f3e23f9ef748634b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:41 +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 f8e066a..fdab750 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -152,7 +152,6 @@ export default function BlogPage() { textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl" dateClassName="text-gray-500 text-xs ml-auto" tagAnimation="slide-up" - textboxLayout="default" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]" /> -- 2.49.1 From aae6c3f50a3b0e3b010b9eb33cdd5c3097d8a070 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:42 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7d9032..a386ee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,8 +219,6 @@ export default function HomePage() { cardTitleClassName="text-xl font-bold text-white mb-3" cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" animationType="slide-up" - tagAnimation="slide-up" - textboxLayout="default" /> @@ -300,7 +298,6 @@ export default function HomePage() { textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl" cardVariantClassName="text-gray-400 text-sm font-light" tagAnimation="slide-up" - textboxLayout="default" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" /> @@ -389,7 +386,6 @@ export default function HomePage() { textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl" dateClassName="text-gray-500 text-xs ml-auto" tagAnimation="slide-up" - textboxLayout="default" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]" /> @@ -478,7 +474,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" tagAnimation="slide-up" - textboxLayout="default" /> -- 2.49.1 From 37b7f2adc7792b7280edb2dcdf976f80e3c0f120 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:42 +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 a13784b..3e06808 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -151,7 +151,6 @@ export default function PortfolioPage() { cardPriceClassName="text-[#d4af37] font-semibold" cardVariantClassName="text-gray-400 text-sm font-light" tagAnimation="slide-up" - textboxLayout="default" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" /> -- 2.49.1