From ca35839b6001867fbf5be8b89f800e57d0267cfe Mon Sep 17 00:00:00 2001 From: Alex Bueno <44420072+aweell@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:29:05 +0100 Subject: [PATCH] Update home carousel --- src/pages/Home.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index a08025cfbd..b9aad11dd6 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -46,8 +46,8 @@ const Home = () => { const projects = [ { - title: "Mística 2024", - description: "Coming soon...", + title: "Advent calendar 2024", + description: "Our advent calendar for the year 2024.", link: "/advent-calendar-2024", buttonLabel: "Visit", image: ComingSoon,