Merge version_1 into main #10
@@ -163,7 +163,6 @@ export default function AboutPage() {
|
||||
cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,6 +235,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"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -153,6 +153,7 @@ export default function BlogPage() {
|
||||
dateClassName="text-gray-500 text-xs ml-auto"
|
||||
carouselMode="buttons"
|
||||
uniformGridCustomHeightClasses="min-h-[600px]"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -220,7 +220,6 @@ export default function HomePage() {
|
||||
cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -301,6 +300,8 @@ 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"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -388,6 +389,7 @@ export default function HomePage() {
|
||||
dateClassName="text-gray-500 text-xs ml-auto"
|
||||
carouselMode="buttons"
|
||||
uniformGridCustomHeightClasses="min-h-[600px]"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -470,9 +472,10 @@ 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"
|
||||
testimonialClassName="text-gray-200 italic font-light leading-relaxed mb-6"
|
||||
nameClassName="text-white font-bold text-lg"
|
||||
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"
|
||||
roleClassName="text-gray-400 text-sm font-light"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -152,6 +152,8 @@ 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"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user