import * as React from "react"; import Container from "@mui/material/Container"; import Box from "@mui/material/Box"; import Services from "~/components/Services"; export function meta() { return [ { title: "Aetoskia Hideout" }, { name: "description", content: "Welcome to Aetoskia's Hideout!", }, ]; } export default function Home() { return ( ); }