This commit is contained in:
ct
2025-05-28 19:20:07 +08:00
parent 21526508b1
commit 7fcbd5f05d
19 changed files with 463 additions and 61 deletions

View File

@@ -0,0 +1,11 @@
import Editor from "@/modules/editor/editor";
const Home = () => {
return (
<div class="bg-neutral-50 h-screen">
<Editor />
</div>
);
};
export default Home;

View File

@@ -8,7 +8,7 @@ export default function Welcome() {
<>
<Head title="Welcome">
<link rel="preconnect" href="https://fonts.bunny.net" />
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
<link href="https://fonts.bunny.net/css?family=bungee:400|lato:300,400,700" rel="stylesheet" />
</Head>
<div className="flex min-h-screen flex-col items-center bg-[#FDFDFC] p-6 text-[#1b1b18] lg:justify-center lg:p-8 dark:bg-[#0a0a0a]">
<header className="mb-6 w-full max-w-[335px] text-sm not-has-[nav]:hidden lg:max-w-4xl">