Add OnSet section to page
This commit is contained in:
parent
fbf4cd7b64
commit
fdd474e7f3
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import Stats from "@/components/Stats";
|
|||
import Services from "@/components/Services";
|
||||
import Projects from "@/components/Projects";
|
||||
import TechStack from "@/components/TechStack";
|
||||
import OnSet from "@/components/OnSet";
|
||||
import Contact from "@/components/Contact";
|
||||
import Footer from "@/components/Footer";
|
||||
|
||||
|
|
@ -22,6 +23,7 @@ export default function Home() {
|
|||
<Services />
|
||||
<Projects />
|
||||
<TechStack />
|
||||
<OnSet />
|
||||
<Contact />
|
||||
<Footer />
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue