import { RichText } from "@/components/general/RichText"; import styles from "./studioHeader.module.scss"; export const StudioHeader = ({ title, lead, }: { title: string; lead?: string | null; }) => { return (

{title}

STUDiO
Studentfestivalen i Oslo Hele Oslos fadderuke 10–14. august
Instagram
{lead && (
)}
); };