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
-
-
-
-
Col·laboradors
-
-
-
-
-
-
-
-
{/* 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 */}
+
{/* Bottom bar */}