import { NextPageWithExtras } from "next"; import SonCreationForm from "@/components/SonCreationForm"; const NewSonPage: NextPageWithExtras = () => { return (