diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ed212b..8e5a5f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,7 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardPriceClassName="font-bold text-lg text-amber-600" /> @@ -198,4 +199,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}