diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 33c6010..9f317f1 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -4,7 +4,6 @@ import FeaturesSection from './HomePage/sections/Features';
import ProductsSection from './HomePage/sections/Products';
import TestimonialsSection from './HomePage/sections/Testimonials';
import FaqSection from './HomePage/sections/Faq';
-import ContactSection from './HomePage/sections/Contact';
import ReservationsCtaSection from './HomePage/sections/ReservationsCta';
export default function HomePage(): React.JSX.Element {
@@ -16,7 +15,6 @@ export default function HomePage(): React.JSX.Element {