Merge version_16_1782825265241 into main #18
@@ -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 />
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user