From 5b51fc9137db188ee75246ee2da317d5165aa228 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:20 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0ae362e..121ab75 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -161,6 +161,9 @@ export default function AboutPage() { cardClassName="bg-[#1a1f3a]/60 backdrop-blur-md border border-[#d4af37]/20 rounded-2xl p-8 hover:border-[#d4af37]/60 transition-all duration-300 hover:shadow-lg hover:shadow-[#d4af37]/20" cardTitleClassName="text-xl font-bold text-white mb-3" cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" + tagAnimation="slide-up" + animationType="slide-up" + textboxLayout="default" /> @@ -233,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" + carouselMode="buttons" + animationType="slide-up" /> -- 2.49.1 From 5bcdd6702964143eaf42b39134ec25daa41e73b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:20 +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 738f16d..39f35ed 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" + carouselMode="buttons" + uniformGridCustomHeightClasses="min-h-[600px]" /> -- 2.49.1 From 1b8901a012e8611e1ab02ec290da2e0990862e60 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:21 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9488b38..a698a0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,6 +218,9 @@ export default function HomePage() { cardClassName="bg-[#1a1f3a]/60 backdrop-blur-md border border-[#d4af37]/20 rounded-2xl p-8 hover:border-[#d4af37]/60 transition-all duration-300 hover:shadow-lg hover:shadow-[#d4af37]/20" cardTitleClassName="text-xl font-bold text-white mb-3" cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light" + tagAnimation="slide-up" + animationType="slide-up" + textboxLayout="default" /> @@ -296,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" + carouselMode="buttons" + uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" /> @@ -381,6 +386,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" + carouselMode="buttons" + uniformGridCustomHeightClasses="min-h-[600px]" /> @@ -466,6 +473,8 @@ 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" /> -- 2.49.1 From e70d2933d2247ec620ce8ae69902ff2c27a5cf24 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:21 +0000 Subject: [PATCH 4/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 21e507a..49bcd87 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -150,6 +150,8 @@ 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" + carouselMode="buttons" + uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" /> -- 2.49.1