From 0f1e0dcefbe56f67019b42c9b5f51c75c65c9186 Mon Sep 17 00:00:00 2001 From: cdricms <36056008+cdricms@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:27:46 +0100 Subject: [PATCH] Wrong shortcode --- frontend/app/(main)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");