language Switcher added
This commit is contained in:
13
app/[locale]/services/page.tsx
Normal file
13
app/[locale]/services/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { OurService, Video } from "@/components/pages/home";
|
||||
import { ServiceBanner, ServiceFaq } from "@/components/pages/services";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="">
|
||||
<ServiceBanner />
|
||||
<OurService />
|
||||
<Video />
|
||||
<ServiceFaq />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user