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