Update page.tsx

This commit is contained in:
Zac Gaetano 2026-04-18 13:38:49 -04:00
parent 0023189ca2
commit 4452283543

View file

@ -7,7 +7,6 @@ import Stats from "@/components/Stats";
import Services from "@/components/Services";
import Projects from "@/components/Projects";
import TechStack from "@/components/TechStack";
import Gallery from "@/components/Gallery";
import Testimonial from "@/components/Testimonial";
import Contact from "@/components/Contact";
import Footer from "@/components/Footer";
@ -24,7 +23,6 @@ export default function Home() {
<Services />
<Projects />
<TechStack />
<Gallery />
<Testimonial />
<Contact />
<Footer />