Add OnSet section to page

This commit is contained in:
Zac Gaetano 2026-04-30 17:32:07 -04:00
parent fbf4cd7b64
commit fdd474e7f3

View file

@ -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>