From 5dd4a45f4871cd020b114ce54ecebca2e57b470d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:19:32 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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" /> -- 2.49.1 From b823f36e31951e9d029ade6900582c0f4fcee7ae Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:19:32 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" /> -- 2.49.1 From 26f9afecf49387eb14680c81a2ee4270c3166e5f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:19:32 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {
); -} +} \ No newline at end of file -- 2.49.1