From c60f3f37e03370001811b6f24897f2b78cfee8a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:32:48 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8f3df31..6c628d5 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -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" /> @@ -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" /> @@ -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" />