Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisgustavom1 committed Feb 4, 2024
1 parent 02078c1 commit c1c750e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ const Home = ({ speakers, sponsors, schedule }: HomePageProps) => {
<OlderEvenstsSection />
</section>

<section className={`${styles.Section} Section`}>
<h2>Testimonials</h2>
</section>
{/* <section className={`${styles.Section} Section`}>
<SpeakerSection speakers={speakers} />
</section>
Expand Down

0 comments on commit c1c750e

Please sign in to comment.