add navbar and hero from figma design

This commit is contained in:
Marco
2026-06-30 11:35:30 +00:00
parent 1ce42bb16d
commit b77207a225
7 changed files with 147 additions and 9 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
import { Hero } from "./components/Hero";
export default function Home() {
return (
<main className="flex min-h-screen items-center justify-center">
<h1 className="text-4xl font-bold">Hello Marco</h1>
<main>
<Hero />
</main>
);
}