chore: remove video
This commit is contained in:
parent
10b129ad65
commit
4a3c76563b
|
@ -13,7 +13,6 @@ import ParticipantsSection from './ParticipantsSection'
|
||||||
// import TicketsSection from './TicketsSection'
|
// import TicketsSection from './TicketsSection'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import AboutLogosSection from './AboutLogosSection'
|
import AboutLogosSection from './AboutLogosSection'
|
||||||
import VideoSection from './VideoSection'
|
|
||||||
|
|
||||||
const HomePage: React.FC = () => {
|
const HomePage: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
|
@ -21,7 +20,7 @@ const HomePage: React.FC = () => {
|
||||||
<Header />
|
<Header />
|
||||||
<Main>
|
<Main>
|
||||||
<HeroSection />
|
<HeroSection />
|
||||||
<VideoSection />
|
{/* <VideoSection /> */}
|
||||||
{/* <EventInfoSection /> */}
|
{/* <EventInfoSection /> */}
|
||||||
<ParticipantsSection />
|
<ParticipantsSection />
|
||||||
<PartnersSection />
|
<PartnersSection />
|
||||||
|
|
Loading…
Reference in New Issue