Merge version_16_1782825265241 into main #18

Closed
bender wants to merge 2 commits from version_16_1782825265241 into main
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
import React from 'react';
import HeroSection from './HomePage/sections/Hero';
import TickerSection from './HomePage/sections/Ticker';
import Section from './HomePage/sections/';
import MetricsSection from './HomePage/sections/Metrics';
import HowItWorksSection from './HomePage/sections/HowItWorks';
import BenefitsSection from './HomePage/sections/Benefits';
@@ -19,7 +19,7 @@ export default function HomePage(): React.JSX.Element {
<>
<HeroSection />
<TickerSection />
<Section />
<MetricsSection />

View File

@@ -5,7 +5,7 @@ import React from 'react';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TickerSection(): React.JSX.Element {
export default function Section(): React.JSX.Element {
return (
<div id="ticker" data-section="ticker">
<SectionErrorBoundary name="ticker">