Merge version_48_1782591090984 into main #47

Merged
bender merged 2 commits from version_48_1782591090984 into main 2026-06-27 20:11:52 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {
<ReservationsCtaSection />
<FeaturesSection />
<ProductsSection />
<TestimonialsSection />
<ReviewsSection />
<FaqSection />
</>
);

View File

@@ -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 (
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">