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 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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue