From a5169b77a3318eeb9c6761f7137a20dd3a470c9d Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 17 Jun 2026 15:17:27 +0200 Subject: [PATCH] ui: sponsor logos in white pill cards on dark background Co-Authored-By: Claude Sonnet 4.6 --- src/components/Footer.tsx | 140 ++++++++++++++++++++++---------------- 1 file changed, 80 insertions(+), 60 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c37ed4a..0f0248e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,79 +1,99 @@ import Image from 'next/image' import { Instagram, Globe } from 'lucide-react' -const SPONSORS = [ - { - name: 'Finques Prats', - role: 'Patrocinador principal', - instagram: 'https://www.instagram.com/finquesprats/', - web: null, - highlight: true, - }, - { - name: 'Runners Corbins', - role: 'Partner', - instagram: null, - web: 'https://cursacorbins.cat/', - highlight: false, - }, - { - name: 'Ajuntament de Corbins', - role: 'Partner', - instagram: 'https://www.instagram.com/viu_corbins/', - web: 'https://www.corbins.cat', - highlight: false, - }, -] - export default function Footer() { return (