diff --git a/src/app/hire-us/page.tsx b/src/app/hire-us/page.tsx new file mode 100644 index 0000000..e4d6dd1 --- /dev/null +++ b/src/app/hire-us/page.tsx @@ -0,0 +1,59 @@ +import { Zilla_Slab } from 'next/font/google' +import { Metadata } from 'next' +import Navbar from '@/components/navbar' +import clsx from 'clsx' +import Footer from '@/components/footer' + +const zillaSlab = Zilla_Slab({ + subsets: ['latin'], + weight: ['700'], +}) + +export const metadata: Metadata = { + title: 'InScrompT | Privacy Policy', + description: 'Privacy Policy', +} + +const HireUs = () => { + return ( + <> +
+
+ +
+
+
+

Hire Us!

+

Let us turn your idea into reality!

+
+
+
+ +
+
+
+
+
+
+
+

Let's talk!

+

Before we accept your project, we'd like to talk with you and get your requirements. Book a 30 minute call

+

We charge $2/150₹ to combat spam. We'll return it after the discovery call.

+
+
+
+
+ +
+
+
+
+
+
+
+