diff --git a/src/components/shared/pricing/PricingSection.tsx b/src/components/shared/pricing/PricingSection.tsx
index 8d053aca6..c1a565314 100644
--- a/src/components/shared/pricing/PricingSection.tsx
+++ b/src/components/shared/pricing/PricingSection.tsx
@@ -190,7 +190,7 @@ export const PricingSection = ({
enterTo="scale-100 translate-y-0 opacity-100"
className="flex flex-col gap-4"
>
-
+
{products?.individuals
? products.individuals[billingFrequency]
.filter((product) => {
diff --git a/src/components/virus-scanner/HeroSection.tsx b/src/components/virus-scanner/HeroSection.tsx
index e44ad20c6..9380fe4da 100644
--- a/src/components/virus-scanner/HeroSection.tsx
+++ b/src/components/virus-scanner/HeroSection.tsx
@@ -245,7 +245,7 @@ const HeroSection = ({ textContent, lang }: HeroSectionProps): JSX.Element => {