Update page.tsx
This commit is contained in:
parent
0023189ca2
commit
4452283543
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 Gallery from "@/components/Gallery";
|
|
||||||
import Testimonial from "@/components/Testimonial";
|
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";
|
||||||
|
|
@ -24,7 +23,6 @@ export default function Home() {
|
||||||
<Services />
|
<Services />
|
||||||
<Projects />
|
<Projects />
|
||||||
<TechStack />
|
<TechStack />
|
||||||
<Gallery />
|
|
||||||
<Testimonial />
|
<Testimonial />
|
||||||
<Contact />
|
<Contact />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue