fix: layout updates

This commit is contained in:
swve 2023-01-14 01:36:54 +01:00
parent 26e077eed4
commit 88dc060bae
18 changed files with 3479 additions and 328 deletions

View file

@ -6,7 +6,7 @@ import learnhouseBigIcon from "public/learnhouse_bigicon.png";
import Image from "next/legacy/image";
import Link from "next/link";
const Home: NextPage = () => {
export default function Home() {
return (
<HomePage>
<motion.div
@ -89,4 +89,3 @@ const HomePage = styled.div`
}
`;
export default Home;