From 1339314b5de2f65ffcc86ebcd36ba9558aec6c53 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:05 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3d1979a..5a4de14 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -162,6 +162,8 @@ 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" /> @@ -234,6 +236,8 @@ 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" + tagAnimation="slide-up" + textboxLayout="default" /> -- 2.49.1 From f659fcaabd4520bc1aee3455984c7a85cd5dcd7d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:05 +0000 Subject: [PATCH 2/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 39f35ed..f8e066a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -151,6 +151,8 @@ export default function BlogPage() { textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4" 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 dbcb3058a75306531502cecec81dc54f8ba62793 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:06 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa7fd83..e7d9032 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,6 +219,8 @@ 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" /> @@ -297,6 +299,8 @@ export default function HomePage() { textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4" 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" /> @@ -384,6 +388,8 @@ export default function HomePage() { textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4" 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]" /> @@ -471,6 +477,8 @@ export default function HomePage() { 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" + tagAnimation="slide-up" + textboxLayout="default" /> -- 2.49.1 From d7aad98e766590af54ddaf31cb0e6e449bccdb97 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:11:06 +0000 Subject: [PATCH 4/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 33aa75e..a13784b 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -150,9 +150,10 @@ export default function PortfolioPage() { textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl" 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" - animationType="slide-up" /> -- 2.49.1