From bd531a992ca7dff1896a110b2c865684d427ff6c Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 20:09:59 +0000 Subject: [PATCH] Bob AI: the font on the section that was just added in is ... --- src/components/sections/pricing/PricingCardTwo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/pricing/PricingCardTwo.tsx b/src/components/sections/pricing/PricingCardTwo.tsx index b82b845..4595a18 100644 --- a/src/components/sections/pricing/PricingCardTwo.tsx +++ b/src/components/sections/pricing/PricingCardTwo.tsx @@ -167,8 +167,8 @@ const PricingCardTwo = ({ textBoxTitleImageClassName = "", textBoxDescriptionClassName = "", badgeClassName = "", - priceClassName = "", - subtitleClassName = "", + priceClassName = "text-5xl font-medium", + subtitleClassName = "text-base", planButtonContainerClassName = "", planButtonClassName = "", featuresClassName = "", -- 2.49.1