Skip to content

Commit

Permalink
Hide offseason content.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovipu committed Apr 9, 2024
1 parent 17836f7 commit 2858052
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,46 +109,46 @@ const Index: NextPage<IndexProps & PlayerControls> = ({
<Showlist showsByDate={showsByDate} weekKeys={weekKeys} />

{/* First section */}
<main className="flex flex-wrap-reverse items-center justify-center py-4 md:py-8">
<div className="relative m-10 h-48 w-128 max-w-full md:m-8 md:h-96">
<Image
src={firstDecorativeImage.url}
loader={contentfulImageLoader}
layout="fill"
objectFit="cover"
className="rounded"
alt=""
/>
</div>
<section className="m-4 w-128 max-w-full text-lg text-white md:m-8">
<RichText content={firstContent} />
</section>
</main>
{/* <main className="flex flex-wrap-reverse items-center justify-center py-4 md:py-8"> */}
{/* <div className="relative m-10 h-48 w-128 max-w-full md:m-8 md:h-96"> */}
{/* <Image */}
{/* src={firstDecorativeImage.url} */}
{/* loader={contentfulImageLoader} */}
{/* layout="fill" */}
{/* objectFit="cover" */}
{/* className="rounded" */}
{/* alt="" */}
{/* /> */}
{/* </div> */}
{/* <section className="m-4 w-128 max-w-full text-lg text-white md:m-8"> */}
{/* <RichText content={firstContent} /> */}
{/* </section> */}
{/* </main> */}

{/* Second section */}
<div className="min-h-32 flex w-full flex-wrap items-center justify-center bg-blue-dark py-4 md:py-8">
<section className="m-4 w-128 max-w-full text-base text-white md:m-8">
<RichText content={secondContent} />
</section>
<Calendar />
</div>
{/* <div className="min-h-32 flex w-full flex-wrap items-center justify-center bg-blue-dark py-4 md:py-8"> */}
{/* <section className="m-4 w-128 max-w-full text-base text-white md:m-8"> */}
{/* <RichText content={secondContent} /> */}
{/* </section> */}
{/* <Calendar /> */}
{/* </div> */}

{/* Third section */}
<div className="flex flex-wrap items-center justify-center py-4 md:py-8">
<section className="m-4 w-128 max-w-full text-base text-white md:m-8">
<RichText content={thirdContent} />
</section>
<div className="relative m-10 h-48 w-128 max-w-full md:m-8 md:h-96">
<Image
src={secondDecorativeImage.url}
loader={contentfulImageLoader}
layout="fill"
objectFit="cover"
className="rounded"
alt=""
/>
</div>
</div>
{/* <div className="flex flex-wrap items-center justify-center py-4 md:py-8"> */}
{/* <section className="m-4 w-128 max-w-full text-base text-white md:m-8"> */}
{/* <RichText content={thirdContent} /> */}
{/* </section> */}
{/* <div className="relative m-10 h-48 w-128 max-w-full md:m-8 md:h-96"> */}
{/* <Image */}
{/* src={secondDecorativeImage.url} */}
{/* loader={contentfulImageLoader} */}
{/* layout="fill" */}
{/* objectFit="cover" */}
{/* className="rounded" */}
{/* alt="" */}
{/* /> */}
{/* </div> */}
{/* </div> */}
<Sponsors sponsors={sponsors} />
<Footer navigationItems={navigationItems} />
</div>
Expand Down

0 comments on commit 2858052

Please sign in to comment.