This commit is contained in:
ct
2025-07-04 19:30:27 +08:00
parent bd361b1ea6
commit 292d817e97
4 changed files with 15 additions and 16 deletions

View File

@@ -8,7 +8,9 @@ import Hero from './partials/Hero.jsx';
const Home = () => {
return (
<div className="min-h-[100vh] bg-neutral-50 pb-10 dark:bg-black">
<Editor />
<div className="to-muted/10 w-full bg-gradient-to-b from-transparent dark:from-transparent dark:to-neutral-900">
<Editor />
</div>
<div className="space-y-20">
<Hero />
<Features />