LALIGA

How could the brand symbolise the transformation of the world's largest football ecosystem?

LALIGA had undergone a decade of unprecedented transformation and the arrival of EA Sports accelerated this evolution into a new era. However, LALIGA was only perceived as a competition. Its cultural, innovative and social impact was not visible from the outside. It was time to stop and ask the question, ‘How can we show the value of all that LALIGA was and was going to be?’

REFRAME

At Picnic we embarked on a journey into the essence of LALIGA, and came up with a key concept: pride. What if it wasn't just about being ‘from’ LALIGA, but about being proud to be part of LALIGA for all that it brings to clubs, fans and society?

We thus reframed its role from that of a mere organiser to a facilitator of collective growth. A space where clubs excel, fans get excited, and society advances.

UNCOVER

There it was, the most powerful truth: LALIGA transcends the playing field. It is culture, spectacle, conversation, social impact. A force that elevates everything it touches.

From that truth emerged a new strategic compass. A clear and assertive value proposition: ‘Taking pride in being in a league that makes us all grow’ And the tagline, ‘The strength of our football’, that synthesises this collective impact.

REINVIGORATE

This positioning shed light on the transformation that LALIGA was going to make to its identity, which we developed together with Gravita, its communication, by El Ruso de Rocky and Apple Tree, and to all its social impact initiatives, its offer and innovation. Picnic strategically guided and accompanied LALIGA —and its whole ecosystem of partners— to connect this new vision with the decisions to unleash its full potential for impact. 

← TELEFÓNICA
BBVA →

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');