Merge version_1 into main #16

Merged
bender merged 4 commits from version_1 into main 2026-03-14 09:11:11 +00:00
4 changed files with 16 additions and 1 deletions

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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]"
/>

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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"
/>
</div>