import * as React from 'react'; import Box from '@mui/material/Box'; import Container from "@mui/material/Container"; import Footer from "../components/Footer"; interface Props { content: string } export default function Index({content}: Props) { return (