service page updated for multiple data
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import { OurService, Video } from "@/components/pages/home";
|
||||
import { ServiceBanner, ServiceFaq } from "@/components/pages/services";
|
||||
import { Video } from "@/components/pages/home";
|
||||
import {
|
||||
ServiceBanner,
|
||||
ServiceFaq,
|
||||
ServicePageServices,
|
||||
} from "@/components/pages/services";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="">
|
||||
<ServiceBanner />
|
||||
<OurService />
|
||||
<ServicePageServices />
|
||||
<Video />
|
||||
<ServiceFaq />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user