Skip to main content
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

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

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: 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.*)

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):
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.