chore: remove video

This commit is contained in:
jinhojang6 2024-09-26 00:27:36 +09:00
parent 10b129ad65
commit 4a3c76563b
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ import ParticipantsSection from './ParticipantsSection'
// import TicketsSection from './TicketsSection'
import Link from 'next/link'
import AboutLogosSection from './AboutLogosSection'
import VideoSection from './VideoSection'
const HomePage: React.FC = () => {
return (
@ -21,7 +20,7 @@ const HomePage: React.FC = () => {
<Header />
<Main>
<HeroSection />
<VideoSection />
{/* <VideoSection /> */}
{/* <EventInfoSection /> */}
<ParticipantsSection />
<PartnersSection />