Studio Culture

Culture statement and tenets beside a three-image studio-life collage.

PRO

Careers42: Studio Culture

A two-column culture section that pairs a left-hand story block (an optional Badge6 eyebrow, a heading with inline <strong> accents, a lead paragraph, and a bulleted list of tenets each marked by a small primary square) with a right-hand three-image collage where the first image is a tall feature spanning both rows and the next two stack beside it, all zooming on hover.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

Installation

Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/careers42?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/careers42?email=YOUR_EMAIL&license_key=YOUR_KEY"

This installs the block to components/beste/block/careers42.tsx.

Quick start

The installed file exports careers42Demo alongside the block: the exact props behind the preview above. Spread it to get a working culture section in one line.

tsx
import { Careers42, careers42Demo } from "@/components/beste/block/careers42";

export default function CareersPage() {
  return <Careers42 {...careers42Demo} />;
}

Then replace the demo with your own props. Written out, a trimmed setup looks like this:

tsx
import { Careers42 } from "@/components/beste/block/careers42";

export default function CareersPage() {
  return (
    <Careers42
      label="Inside Polaris"
      heading="We build a studio where good people make <strong>their best work yet.</strong>"
      description="Polaris runs on craft and candor. We sit close, share early, and edit each other without ego."
      tenets={[
        "Show the messy draft on day one, not the polished version on day ten.",
        "Critique the work, protect the person who made it.",
      ]}
      images={[
        { src: "/studio/team.jpg", alt: "Team reviewing work together" },
        { src: "/studio/sketch.jpg", alt: "Designer sketching layout ideas" },
        { src: "/studio/desk.jpg", alt: "Two members laughing at a desk" },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
labelstringEyebrow text passed to Badge6; hidden when omitted
headingstringSection heading, supports inline <strong>
descriptionstringLead paragraph below the heading
tenetsstring[][]Bulleted culture statements in the left column
imagesImageItem[][]Up to three images in the right-hand collage
classNamestringExtra classes for the outer <section>
ts
type ImageItem = {
  src: string;
  alt: string;
};

Behavior notes

More Careers blocks

View all Careers
PRO

careers45

Life At The Studio

A captioned masonry photo wall of studio life with an intro and a roles CTA.

PRO

careers11

Culture & Values

Company values grid with icon cards and employee testimonial quote. Showcases team culture and work philosophy.

PRO

careers50

Careers Gallery Header

Centered careers intro with eyebrow, highlighted heading and supporting copy above a three-image gallery — one wide frame beside two portraits.

PRO

careers7

Culture Stats with Positions

Team culture stats bar followed by detailed job position cards. Combines social proof with open roles listing.

PRO

careers43

Hiring Process

The studio's interview process as a connected, numbered step flow.

PRO

careers41

Benefits & Perks

Studio benefits grid with an accent highlight and icon cards.