Merge version_48_1782591090984 into main #47
@@ -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 />
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user