update
This commit is contained in:
13
app/page.tsx
13
app/page.tsx
@@ -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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user