This commit is contained in:
2025-01-29 19:03:18 +01:00
parent bd657eb7ea
commit 262f8d3b86
4 changed files with 204 additions and 56 deletions

View File

@@ -10,12 +10,13 @@ export default function Home() {
return (
<>
<Header/>
<main>
<Hero/>
<Projects/>
<Contact/>
<Footer/>
</main>
<div className="h-10"></div>
<main>
<Hero/>
<Projects/>
<Contact/>
<Footer/>
</main>
</>
);
}