layout fixes

This commit is contained in:
Sir Blob
2025-01-25 05:21:49 -05:00
parent 73765e51ff
commit 1db24c5ceb
7 changed files with 26 additions and 5 deletions

View File

@@ -1,11 +0,0 @@
"use client"
import { Hero } from "@/components/hero";
export default function Home() {
return (
<div className="items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<Hero />
</div>
);
}