From c1922140a9e4f7cbf69df9b9b1783a9d2b4af431 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 17 Jun 2026 15:09:20 +0200 Subject: [PATCH] feat: sponsor logos in footer, fix Corbins Runners web link Co-Authored-By: Claude Sonnet 4.6 --- src/app/page.tsx | 36 ------------------ src/components/Footer.tsx | 77 ++++++++++++++++++--------------------- 2 files changed, 36 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a28dfa2..d5f1d52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -760,42 +760,6 @@ export default function HomePage() { - {/* ─── PATROCINADORS ────────────────────────────────────── */} -
-

Amb el suport de

-
-
- Patrocinador principal - Finques Prats -
-
- Col·laboradors -
- Corbins Runners - Ajuntament de Corbins -
-
-
-
- {/* CTA if nothing selected yet */} {!selectedProduct && (
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index d294e77..c37ed4a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -12,8 +12,8 @@ const SPONSORS = [ { name: 'Runners Corbins', role: 'Partner', - instagram: 'https://www.instagram.com/runnerscorbins/', - web: null, + instagram: null, + web: 'https://cursacorbins.cat/', highlight: false, }, { @@ -35,50 +35,45 @@ export default function Footer() { Amb el suport de

-
- {SPONSORS.map((s) => ( -
-
- - {s.name} - - {s.highlight && ( - Patrocinador - )} + {/* Patrocinador principal */} +
+ Patrocinador principal + + Finques Prats + -
- {s.instagram && ( - - + +
+ {/* Col·laboradors */} +
+ Col·laboradors +
+ +
+ + Ajuntament de Corbins + +
+ + - )} - {s.web && ( - - + + - )} +
- ))} -
+
{/* Bottom bar */}