From ba5cb27cd5721d38f68bb00bab135ee5727c4a9c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 27 Jun 2026 20:11:47 +0000 Subject: [PATCH 1/2] Update src/pages/HomePage/sections/Testimonials.tsx --- src/pages/HomePage/sections/Testimonials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (
-- 2.49.1 From fd9d11a848c86e0878f624d867fb726f5ed9b1ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 27 Jun 2026 20:11:48 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { - + ); -- 2.49.1