import { PropsWithChildren } from "react" import styles from "./intro.module.css" export default async function Intro({ children }: PropsWithChildren) { return (