updata
This commit is contained in:
25
app/page.tsx
25
app/page.tsx
@@ -1,4 +1,3 @@
|
||||
// app/page.tsx
|
||||
"use client";
|
||||
|
||||
import Header from "./components/Header";
|
||||
@@ -8,15 +7,15 @@ import Contact from "./components/Contact";
|
||||
import Footer from "./components/Footer";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<main>
|
||||
<Hero />
|
||||
<Projects />
|
||||
<Contact />
|
||||
<Footer />
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
return (
|
||||
<>
|
||||
<Header/>
|
||||
<main>
|
||||
<Hero/>
|
||||
<Projects/>
|
||||
<Contact/>
|
||||
<Footer/>
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user