Skip to content

Commit

Permalink
feat: first speaker added
Browse files Browse the repository at this point in the history
  • Loading branch information
saramontagud committed Sep 3, 2024
1 parent 935a0b7 commit 964fe51
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions app/components/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ export const Schedule = () => {
</h2>
<div className="flex flex-col gap-16">
<Talk
title="De Junior a Líder"
author="José Manuel Ortega Falcón"
hour="20.00h"
img="/imgs/ikurotime.png"
alt="contributor 1"
title="Top Tips para Deslumbrar en una Entrevista"
author="Serudda"
hour="por definir"
img="/imgs/speakers/speaker-1.png"
alt="speaker 1 image: serudda"
/>
<Talk
{/* <Talk
title="Mi Experiencia como Desarrollador Junior en Latinoamérica: ¿Un Viaje hacia el Éxito?"
author="Edgar Mejia Vásquez"
hour="20.00h"
Expand All @@ -41,7 +41,7 @@ export const Schedule = () => {
hour="20.00h"
img="/imgs/ikurotime.png"
alt="contributor 1"
/>
/> */}
</div>
</section>
);
Expand Down
2 changes: 1 addition & 1 deletion app/components/common/Talk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Talk = ({ title, author, hour, img, alt }: TalkProps) => {
{author}
</p>
</footer>
<Tag>20.00h</Tag>
<Tag>??.00h</Tag>
</article>
);
};
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export default function Home({
<Hero />
<section className="flex flex-col gap-[72px]">
<Divider />
{/* <Schedule /> */}
{/* <Divider /> */}
<Schedule />
<Divider />
<TicketDownload />
<FAQ />
<Divider />
Expand Down
Binary file added public/imgs/speakers/speaker-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 964fe51

Please sign in to comment.