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