--- /** * TeamsHero - Hero section for Teams page * Pixel-perfect implementation based on Webflow design */ interface Props { title?: string subtitle?: string } const { title = '恩群大本營', subtitle = 'Team members of Enchun', } = Astro.props ---

{title}

{subtitle}