diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2c95fc2..95d47b3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -161,7 +161,6 @@ 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" /> @@ -234,6 +233,7 @@ 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" + animationType="slide-up" /> diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 39f35ed..f054ea2 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]" + animationType="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index ac86959..d373b1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,7 +218,6 @@ 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" /> @@ -299,7 +298,6 @@ export default function HomePage() { cardVariantClassName="text-gray-400 text-sm font-light" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" - animationType="slide-up" /> @@ -387,6 +385,7 @@ export default function HomePage() { dateClassName="text-gray-500 text-xs ml-auto" carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]" + animationType="slide-up" /> @@ -472,6 +471,7 @@ 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" + animationType="slide-up" /> diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 33aa75e..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" - animationType="slide-up" />