diff --git a/frontend/app/(main)/page.tsx b/frontend/app/(main)/page.tsx index b15426e..cde17a0 100644 --- a/frontend/app/(main)/page.tsx +++ b/frontend/app/(main)/page.tsx @@ -15,7 +15,7 @@ export default async function Home() { const res = await fetch(query); videos = await res.json(); } - const hero = await getShortcode("foo"); + const hero = await getShortcode("hero_image"); const systemEvolution = await getShortcode("evolution_systeme"); const fondations = await getShortcode("fondements"); const todaysPrinciples = await getShortcode("aujourdhui");