diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 537abc6..7f84edf 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -69,7 +69,7 @@ export default function GalleryPage() { animationType="slide-up" uniformGridCustomHeightClasses="min-h-[500px]" cardTitleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - cardDescriptionClassName="text-lg text-gray-600 leading-relaxed" + textBoxDescriptionClassName="text-lg text-gray-600 leading-relaxed" carouselMode="buttons" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index bfc6c6a..414ac2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,7 +142,7 @@ export default function HomePage() { }, ]} animationType="slide-up" - titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" + itemClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" cardDescriptionClassName="text-lg text-gray-600 leading-relaxed" carouselMode="buttons" /> @@ -174,7 +174,7 @@ export default function HomePage() { animationType="slide-up" uniformGridCustomHeightClasses="min-h-[500px]" cardTitleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - cardDescriptionClassName="text-lg text-gray-600 leading-relaxed" + textBoxDescriptionClassName="text-lg text-gray-600 leading-relaxed" carouselMode="buttons" />