diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 9f317f1..8b3c64f 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -2,7 +2,7 @@ import React from 'react';
import HeroSection from './HomePage/sections/Hero';
import FeaturesSection from './HomePage/sections/Features';
import ProductsSection from './HomePage/sections/Products';
-import TestimonialsSection from './HomePage/sections/Testimonials';
+import ReviewsSection from './HomePage/sections/Reviews';
import FaqSection from './HomePage/sections/Faq';
import ReservationsCtaSection from './HomePage/sections/ReservationsCta';
@@ -13,7 +13,7 @@ export default function HomePage(): React.JSX.Element {