diff --git a/src/components/sections/BirthdayPricing.tsx b/src/components/sections/BirthdayPricing.tsx index 33a1978..e683dc8 100644 --- a/src/components/sections/BirthdayPricing.tsx +++ b/src/components/sections/BirthdayPricing.tsx @@ -65,7 +65,7 @@ export function BirthdayPricing({ packages, title, intro }: BirthdayPricingProps const activePackages = packages && packages.length > 0 ? packages : STATIC_PACKAGES return ( -
+

{name}

-
+

{priceLabel && (

{priceLabel} @@ -203,7 +203,7 @@ function PricingCard({ pkg }: { pkg: BirthdayPackageCMS }) { className="h-[30px] w-[30px] flex-none rounded-[24px] object-contain" /> {f.text} diff --git a/src/components/sections/WhyParents.tsx b/src/components/sections/WhyParents.tsx index dec2574..333d711 100644 --- a/src/components/sections/WhyParents.tsx +++ b/src/components/sections/WhyParents.tsx @@ -115,7 +115,7 @@ export function WhyParents({ items, sideGallery, title }: WhyParentsProps) { }, []) return ( -

+