diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index c0c98ea..5f26ef2 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -15,7 +15,8 @@ import ContactSection from './HomePage/sections/Contact';
import HowItWorksSection from './HomePage/sections/HowItWorks';
import CaseStudiesCardsSection from './HomePage/sections/CaseStudiesCards';
-import PricingSection from './HomePage/sections/Pricing';export default function HomePage(): React.JSX.Element {
+import PricingSection from './HomePage/sections/Pricing';
+import NewsletterSection from './HomePage/sections/Newsletter';export default function HomePage(): React.JSX.Element {
return (
<>