diff --git a/app/(default)/career/page.tsx b/app/(default)/career/page.tsx new file mode 100644 index 00000000..b7358051 --- /dev/null +++ b/app/(default)/career/page.tsx @@ -0,0 +1,104 @@ +import React from 'react' +import { CiLocationOn } from "react-icons/ci"; +import { CiClock1 } from "react-icons/ci"; +import { FaArrowRight } from "react-icons/fa6"; + +const page = () => { + return ( +
+
+

We're hiring

+ + {/* Heading Section */} +
+

Be part of our mission

+

We're looking for passionate people to join us on our mission. We value

+

flat hierachies,clear communication, and full ownership and responsibility.

+
+ + {/* Jobs Tab Select */} +
+

View All

+

Development

+

Desing

+

Marketing

+

Finance

+

Management

+
+ + {/* Job Card Section Details */} +
+ +
+

Product Designer

+

We're looking for a min-level products designer to join our team.

+
+
+ +

100% remote

+
+ +
+ +

Full time

+
+ +
+

Apply now

+ +
+
+
+ +
+

Frontend Developer (internship)

+

We're looking for a min-level products designer to join our team.

+
+
+ +

100% remote

+
+ +
+ +

Full time

+
+ +
+

Apply now

+ +
+
+
+ +
+

Software Developer (internship)

+

We're looking for a min-level products designer to join our team.

+ + {/* Job Tabs Buttons */} +
+
+ +

100% remote

+
+ +
+ +

Full time

+
+ +
+

Apply now

+ +
+
+
+ +
+ +
+
+ ) +} + +export default page \ No newline at end of file