feat: reorder HomeSlider section before HomeBenefits

This commit is contained in:
2025-11-04 13:33:47 +01:00
parent 664897ee19
commit e45ca7c86f

View File

@@ -34,15 +34,15 @@ export default function HomePage() {
<StackSectionLight /> <StackSectionLight />
</AnimatedSection> </AnimatedSection>
<AnimatedSection ref={sliderRef}>
<HomeSlider />
</AnimatedSection>
<AnimatedSection> <AnimatedSection>
<HomeBenefits /> <HomeBenefits />
</AnimatedSection> </AnimatedSection>
<AnimatedSection ref={sliderRef}>
<HomeSlider />
</AnimatedSection>
<AnimatedSection> <AnimatedSection>
<HomeComparisonTable /> <HomeComparisonTable />