From d620ad45a4dc931c5f7455b8f233c9f48bf9fe61 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Mon, 11 May 2026 16:16:02 +0100 Subject: [PATCH] fix: section bg #FFFDFA, revert birthday card fills to green/orange Co-Authored-By: Claude Sonnet 4.6 --- src/components/sections/BirthdayPricing.tsx | 14 +++++++------- src/components/sections/WhyParents.tsx | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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 ( -

+