diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index f4282c8..a79db1b 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -14,10 +14,11 @@ const DISCORD_INVITE_URL = 'https://discord.com/invite/eegRCDmwbM'; const CHAPTER_1_NOTES_URL = '/notes/chapter-1'; const CHAPTER_1_SLIDES_URL = 'https://drive.google.com/file/d/1kZLWj9N8C96wh-Ow2iV1D-Q9G_IU_4CU/view?usp=drive_link'; +const INTRO_YOUTUBE_URL = 'https://www.youtube.com/watch?v=67zwkh_cC6Q'; const CHAPTER_1_YOUTUBE_URL = 'https://www.youtube.com/playlist?list=PLvTXryB-aeclKsDmbPj3WKPdtBmZ5_xZX'; -const PLAYLIST_EMBED_URL = - 'https://www.youtube.com/embed/videoseries?list=PLvTXryB-aeclKsDmbPj3WKPdtBmZ5_xZX'; +const INTRO_VIDEO_EMBED_URL = + 'https://www.youtube.com/embed/67zwkh_cC6Q?list=PLvTXryB-aeclKsDmbPj3WKPdtBmZ5_xZX'; const PAST_CHAPTERS = [ { @@ -70,25 +71,40 @@ export default function LandingPage() {
-
-
+
+
{/* Capítulos pasados */} {PAST_CHAPTERS.length > 0 && (
-

+

{t('landing.frontPage.sections.past.kicker')}

+
+
+ + {t('landing.frontPage.chapters.introduction.title')} + + + {t('landing.frontPage.chapters.introduction.name')} + + +
+
{PAST_CHAPTERS.map((chapter) => ( -
-
- +
+
+ {t('landing.frontPage.sections.past.chapterLabel', { number: chapter.number })} - + {t(`landing.frontPage.chapters.${chapter.slug}.name`)} -
+
{t('landing.frontPage.sections.past.webCta')} @@ -139,8 +155,21 @@ export default function LandingPage() {

+ {/* Intro video */} +
+
+