Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/constanza101/borrissol/llms.txt

Use this file to discover all available pages before exploring further.

The Team Building landing page targets companies looking for a creative, hands-on group experience. It presents tufting — Borrissol’s signature textile technique — as a focused, screen-free alternative to conventional corporate activities, with every participant leaving with a finished piece they made themselves. The page is language-agnostic at the component level and served at four routes simultaneously by reusing TeamBuildingLanding.astro.

Routes

LocaleURL
Catalan (default)/team-building
Spanish/es/team-building
English/en/team-building
French/fr/team-building
The default-locale route (/team-building) is defined in src/pages/team-building.astro. The /es, /en, and /fr variants are rendered by src/pages/[lang]/team-building.astro. Both pages wrap TeamBuildingLanding.astro inside LandingPage.astro, which injects the locale-specific <title> and <meta name="description"> using the i18n keys page.tb.title and page.tb.description. EN SEO title: Creative Team Building in Barcelona & Mataró · Tufting Workshop

Source component

src/components/landings/TeamBuildingLanding.astro
All copy is pulled from the i18n catalog under the tb.* and page.tb.* key families via useTranslations(lang). The component is fully language-agnostic and contains no hardcoded strings.

Key details

Price

€68 per person — all materials and finishing included

Duration

2 hours — the full session from arrival to handover

Group size

From 5 people — exclusive workshop reservation for your team

Project

A tufted wrist rest for the computer, with a simple design chosen in advance

Experience needed

None — designed for absolute beginners; the instructor guides every step

Location

Borrissol workshop, Mataró — ~30 minutes from Barcelona (Maresme region)

Session flow

The component uses a <Steps> UI component (rendered by src/components/ui/Steps.astro) to walk through how the day unfolds. The three steps map to the tb.how.1.*tb.how.3.* i18n keys:
1

We tailor it to you

You tell Borrissol how many people are coming and choose a simple design together for the session. The workshop is reserved exclusively for your team.
2

You create your piece

For 2 hours the instructor teaches the tufting technique. Each person creates their own wrist rest step by step, at their own pace, using the tufting gun.
3

You take home the memory

Borrissol handles all the final finishing. Every team member leaves with a completed, finished piece made entirely with their own hands.

Page sections

The component renders the following sections in order:
SectionComponenti18n key group
HeroLandingHero.astrotb.eyebrow, tb.headline, tb.lead, tb.cta
Why it works for teamsFeatureCard.astro × 3tb.benefit.{1–3}.*
What the experience includesDetailsList.astrotb.details.*
How the day worksSteps.astrotb.how.{1–3}.*
Frequently asked questionsFaq.astrotb.faq.*
Final CTAFinalCta.astrotb.final.*
A CourseSchema.astro JSON-LD node is injected at the bottom of the component asserting the course name, description, and a price of €68, enabling Google rich results for the workshop.

Why it works for teams

The three benefit cards (sourced from tb.benefit.{n}.*) address the main questions HR and office managers ask before booking:
  • Accessible to everyone — no prior experience or artistic skill is required; the instructor guides every step so the whole team moves together and no one is left behind.
  • A tangible result — each person takes home a tufted wrist rest for their computer. It is a useful reminder of the session that stays present in everyday office life.
  • Real disconnection — working with your hands on a soft texture is relaxing and absorbing; a genuine break from digital work that encourages easy conversation between colleagues.

FAQ (from ui.ts tb.faq.*)

QuestionAnswer
Is prior experience needed?None at all. The activity is designed for absolute beginners; the instructor guides the whole process from start to finish.
How many people can take part?From 5 people. For large groups, contact Borrissol and they will organise it according to workshop capacity.
How long does it last and how much does it cost?The experience lasts 2 hours and costs €68 per person, with all materials included.
Where does it take place?At the Borrissol workshop in Mataró, in the Maresme region, about 30 minutes from Barcelona.

CTA — WhatsApp booking

Every CTA button on the page (hero, details section, final CTA) links to a pre-filled WhatsApp message. The href is built at runtime by waHref(t('wa.tb.landing')) from src/config/index.ts. Pre-filled messages by locale (from wa.tb.landing in ui.ts):
LocalePre-filled message
ES¡Hola! Me interesa organizar un team building creativo de tufting para mi empresa. ¿Me podéis dar más información y presupuesto?
ENHi! I am interested in organising a creative tufting team building for my company. Could you give me more information and a quote?
FRBonjour! Je suis intéressé(e) par l’atelier Spécial Team Building (repose-poignet en tufting). Pouvez-vous me donner plus d’informations?
CAHola! M’interessa organitzar un team building creatiu de tufting per a la meva empresa. Em podeu donar més informació i pressupost?
The WhatsApp CTA is the only conversion point on the page. There is no embedded booking form. All enquiries are handled directly by Borrissol via WhatsApp, which keeps the flow light and personal.

Suitable audience

The page copy (tb.lead, tb.intro.body) explicitly targets companies in the Barcelona and Mataró area. The location detail (“30 minutes from Barcelona”) is repeated in both the hero lead and the FAQ to lower the geographical friction for Barcelona-based companies. The activity is described as suitable for any group of 5 or more people with no experience.
For groups larger than the standard workshop capacity, users are directed to contact Borrissol directly via WhatsApp (tb.faq.a2). There is no stated upper limit — the team organises sessions around available space.

Build docs developers (and LLMs) love