Polish pass: remove testimonial, mailto CTA, refine spacing and typography: page.tsx
This commit is contained in:
parent
8dd56dad25
commit
0eb384bca5
1 changed files with 0 additions and 2 deletions
|
|
@ -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 Testimonial from "@/components/Testimonial";
|
||||
import Contact from "@/components/Contact";
|
||||
import Footer from "@/components/Footer";
|
||||
|
||||
|
|
@ -23,7 +22,6 @@ export default function Home() {
|
|||
<Services />
|
||||
<Projects />
|
||||
<TechStack />
|
||||
<Testimonial />
|
||||
<Contact />
|
||||
<Footer />
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue