contact page
This commit is contained in:
@@ -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