import React from "react"; function Section({ title, children }: { title: string; children: React.ReactNode }) { return (