From fc5372ff26ac7d9168abd46c276aa2e752073e1c Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 27 Mar 2026 11:44:38 +0100 Subject: [PATCH] feat: add excl. VAT label to pricing page --- components/PricingSection.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index e6a9566..e8678c9 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -331,6 +331,7 @@ export default function PricingSection() { €{priceDetails.yearlyTotal} /year + excl. VAT
@@ -347,6 +348,7 @@ export default function PricingSection() { €{priceDetails.baseMonthly} /mo + excl. VAT
) ) : (