Skip to main contentSkip to navigation

Team Sections

Team member grid and list sections with photos, roles, and social links.

Overview

Team blocks showcase team members with profile photos, names, roles, and social links. They support multiple layout variations for different page contexts.

Features

  • Grid Layout: Responsive grid with team member cards
  • Profile Photos: Avatar images with fallback initials
  • Role Display: Job titles and department labels
  • Social Links: GitHub, Twitter, LinkedIn integration
  • Responsive: Adapts columns based on screen size
  • Hover Effects: Interactive card hover states

Usage

import TeamBlock from "@/registry/default/block/team"

export default function Page() {
  return <TeamBlock />
}