home page parts
This commit is contained in:
17
app/page.tsx
17
app/page.tsx
@@ -1,10 +1,23 @@
|
||||
import { Banner, Statistics } from "@/components/pages/home";
|
||||
import {
|
||||
AboutUs,
|
||||
Banner,
|
||||
Line,
|
||||
OurService,
|
||||
Statistics,
|
||||
Testimonial,
|
||||
Video,
|
||||
} from "@/components/pages/home";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="bg-slate-950 mb-50">
|
||||
<main className="bg-slate-950 mb-90">
|
||||
<Banner />
|
||||
<Statistics />
|
||||
<AboutUs />
|
||||
<Video />
|
||||
<OurService />
|
||||
<Testimonial />
|
||||
<Line/>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user