diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index a08ca73..4a947b8 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -186,26 +186,21 @@ export default function PricingSection() { isYearly ? ( // YEARLY VIEW
- {/* 1. Effective Monthly Price */} + {/* 1. Big Price = Yearly Total */}
- €{priceDetails.effectiveMonthly} + €{priceDetails.yearlyTotal} - /mo + /year
- {/* 2. Yearly Total */} -

- Billed €{priceDetails.yearlyTotal} yearly -

- - {/* 3. Comparison (Original -> Discounted) */} -
+ {/* 2. Subtext = Monthly Breakdown Comparison */} +
€{priceDetails.baseMonthly}/mo - - → €{priceDetails.effectiveMonthly}/mo + + €{priceDetails.effectiveMonthly}/mo