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 { - + ); diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index 5561b43..ac50ffb 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -5,7 +5,7 @@ import React from 'react'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -export default function TestimonialsSection(): React.JSX.Element { +export default function ReviewsSection(): React.JSX.Element { return (