diff --git a/app/(default)/careers/page.tsx b/app/(default)/careers/page.tsx new file mode 100644 index 00000000..9e1408fb --- /dev/null +++ b/app/(default)/careers/page.tsx @@ -0,0 +1,87 @@ +import Footer from '@/components/ui/footer'; +import Header from '@/components/ui/header'; +import React from 'react'; + +export default function Page() { + return ( + <> +
+
+
+ +
+

+ API tests faster than unit tests, +
from user traffic. +

+

+ Come join us. +

+ + See open positions{" "} + + + + +
+ + + +
+

Perks & Benefits

+
+ {["Unlimited Holiday", "Competitive Salary", "Stock Options", "In-house Bar", "Growth", "Private Healthcare", "Work from Home", "Retirement"].map((perk) => ( +
+

{perk}

+
+ ))} +
+
+ +
+

Current Openings

+
+ {[ + { title: "Junior Frontend Developer", location: "United Kingdom, Remote", salary: "£30k" }, + { title: "Software Engineer, Web", location: "United Kingdom, Remote", salary: "£45k" }, + { title: "Software Engineer, Mobile", location: "United Kingdom, Remote", salary: "£45k" }, + { title: "Senior Software Engineer, Security", location: "United Kingdom, Remote", salary: "£85k+" }, + { title: "Senior Software Engineer, Web", location: "United Kingdom, Remote", salary: "£85k+" } + ].map((job) => ( + +
+ {job.title} +
+
+ {job.location} +
+
+ {job.salary} +
+
+ ))} +
+
+
+