Update app/services/page.tsx
This commit is contained in:
parent
5156b4ae53
commit
4de297c8ef
|
|
@ -0,0 +1,11 @@
|
||||||
|
import { Services } from "@/components/services";
|
||||||
|
import { Footer } from "@/components/footer";
|
||||||
|
|
||||||
|
export default function ServicesPage() {
|
||||||
|
return (
|
||||||
|
<main className="pt-20">
|
||||||
|
<Services />
|
||||||
|
<Footer />
|
||||||
|
</main>
|
||||||
|
);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue