mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: layout updates
This commit is contained in:
parent
26e077eed4
commit
88dc060bae
18 changed files with 3479 additions and 328 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue