Polish pass: remove testimonial, mailto CTA, refine spacing and typography: page.tsx

This commit is contained in:
Zac Gaetano 2026-04-18 16:27:45 -04:00
parent 8dd56dad25
commit 0eb384bca5

View file

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