diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 23e2fac..a40344d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -119,6 +119,7 @@ export default function GalleryPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardPriceClassName="font-bold text-lg" /> @@ -146,6 +147,7 @@ export default function GalleryPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardPriceClassName="font-bold text-lg" /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 0d0d80d..5a00770 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -69,6 +69,7 @@ export default function MenuPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardPriceClassName="font-bold text-lg" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 687dd6c..3fdd443 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function HomePage() {