import {Divider} from "@heroui/react"; export default function Section({title}: { title: string }) { return ( <>

{title}

); }