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