From 2405dfc302ce97040d5a6f9c8adf96effa5715c9 Mon Sep 17 00:00:00 2001 From: Agustin Kassis Date: Wed, 1 Jul 2026 17:04:34 -0300 Subject: [PATCH] feat(home): update project + hackathon counts on the landing scroll MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Hackatones" scene stats were stale (26 projects / 2 hackathons — the foundations + identity era). Four hackathons have now closed (foundations 17 + identity 9 + commerce 6 + gaming 16 = 48 projects), so bump the counters to 48 / 4. Co-Authored-By: Claude Opus 4.8 --- components/sections/HomeScroll.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sections/HomeScroll.tsx b/components/sections/HomeScroll.tsx index 799f9b6..1ee7a00 100644 --- a/components/sections/HomeScroll.tsx +++ b/components/sections/HomeScroll.tsx @@ -86,8 +86,8 @@ const SECTIONS: Section[] = [ { icon: Award, title: "Ganá premios por participar" }, ], stats: [ - { value: 26, label: "Proyectos concursados" }, - { value: 2, label: "Hackatones" }, + { value: 48, label: "Proyectos concursados" }, + { value: 4, label: "Hackatones" }, ], }, {