contact page
This commit is contained in:
6
app/contact/page.tsx
Normal file
6
app/contact/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Contact } from "@/components/pages/contact";
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return <Contact />;
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
import {
|
||||
AboutUs,
|
||||
Banner,
|
||||
Blog,
|
||||
Line,
|
||||
OurService,
|
||||
Statistics,
|
||||
@@ -10,14 +11,15 @@ import {
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="bg-slate-950 mb-90">
|
||||
<main className="bg-slate-950">
|
||||
<Banner />
|
||||
<Statistics />
|
||||
<AboutUs />
|
||||
<Video />
|
||||
<OurService />
|
||||
<Testimonial />
|
||||
<Line/>
|
||||
<Line />
|
||||
<Blog />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user