Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-14 05:32:48 +00:00
parent 422b5bb2e4
commit c60f3f37e0

View File

@@ -182,7 +182,7 @@ export default function GalleryPage() {
buttonAnimation="blur-reveal"
ariaLabel="Kids birthday party face painting gallery"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
cardVariantClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>
@@ -204,7 +204,7 @@ export default function GalleryPage() {
buttonAnimation="blur-reveal"
ariaLabel="Festival and outdoor event face art gallery"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
cardVariantClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>
@@ -226,7 +226,7 @@ export default function GalleryPage() {
buttonAnimation="blur-reveal"
ariaLabel="Corporate and team building event gallery"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
cardVariantClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>