From 0de9648b49ab2e35d82a8d0dae7b74edc059ffdd Mon Sep 17 00:00:00 2001 From: "yves.gugger" Date: Mon, 8 Dec 2025 16:51:15 +0100 Subject: [PATCH] fix: Database schema + Remove careers page DATABASE: - Recreated database tables with all columns (stripe_customer_id, is_admin) - Fixed login 500 error REMOVED: - Careers page deleted - Careers link removed from Footer UPDATED: - Footer description: 'Domain intelligence for hunters. Track. Alert. Pounce.' --- frontend/src/app/careers/page.tsx | 209 ----------------------------- frontend/src/components/Footer.tsx | 7 +- 2 files changed, 1 insertion(+), 215 deletions(-) delete mode 100644 frontend/src/app/careers/page.tsx diff --git a/frontend/src/app/careers/page.tsx b/frontend/src/app/careers/page.tsx deleted file mode 100644 index bf192b1..0000000 --- a/frontend/src/app/careers/page.tsx +++ /dev/null @@ -1,209 +0,0 @@ -'use client' - -import { Header } from '@/components/Header' -import { Footer } from '@/components/Footer' -import { Briefcase, MapPin, Clock, ArrowRight, Code, Palette, LineChart, Users, Heart, Coffee, Laptop, Globe } from 'lucide-react' -import Link from 'next/link' - -const openPositions = [ - { - title: 'Senior Backend Engineer', - department: 'Engineering', - location: 'Remote (Europe)', - type: 'Full-time', - description: 'Build and scale our domain intelligence infrastructure using Python and FastAPI.', - icon: Code, - }, - { - title: 'Frontend Developer', - department: 'Engineering', - location: 'Remote (Worldwide)', - type: 'Full-time', - description: 'Create beautiful, performant user interfaces with React and Next.js.', - icon: Palette, - }, - { - title: 'Data Engineer', - department: 'Data', - location: 'Zurich, Switzerland', - type: 'Full-time', - description: 'Design data pipelines for domain pricing and market analytics.', - icon: LineChart, - }, - { - title: 'Customer Success Manager', - department: 'Customer Success', - location: 'Remote (Europe)', - type: 'Full-time', - description: 'Help our customers succeed and get the most out of pounce.', - icon: Users, - }, -] - -const benefits = [ - { - icon: Globe, - title: 'Remote-First', - description: 'Work from anywhere in the world with flexible hours.', - }, - { - icon: Heart, - title: 'Health & Wellness', - description: 'Comprehensive health insurance and wellness budget.', - }, - { - icon: Coffee, - title: 'Learning Budget', - description: 'Annual budget for courses, conferences, and books.', - }, - { - icon: Laptop, - title: 'Equipment', - description: 'Top-of-the-line hardware and home office setup.', - }, -] - -const values = [ - 'Ship fast. Iterate faster.', - 'Transparency over politics.', - 'User experience wins. Always.', - 'Work hard. Rest well.', -] - -export default function CareersPage() { - return ( -
- {/* Ambient glow */} -
-
-
- -
- -
-
- {/* Hero */} -
-
- - Join Our Team -
-

- Build tools. -
- For hunters. -

-

- Small team. Big impact. We're building the domain intelligence - platform that thousands rely on. Want in? -

-
- - {/* Values */} -
-

How We Work

-
    - {values.map((value) => ( -
  • -
    - {value} -
  • - ))} -
-
- - {/* Benefits */} -
-

Benefits & Perks

-
- {benefits.map((benefit, i) => ( -
-
- -
-

{benefit.title}

-

{benefit.description}

-
- ))} -
-
- - {/* Open Positions */} -
-

- Open Positions -

-
- {openPositions.map((position, i) => ( -
-
-
-
- -
-
-

- {position.title} -

-

{position.description}

-
- - {position.department} - - - - {position.location} - - - - {position.type} - -
-
-
- - Apply - - -
-
- ))} -
-
- - {/* CTA */} -
-

- Don't see the right role? -

-

- We're always looking for talented people. Send us your resume - and we'll keep you in mind for future opportunities. -

- - Send General Application - - -
-
-
- -
-
- ) -} - diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 1e7c956..a52046a 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -19,7 +19,7 @@ export function Footer() { />

- Professional domain intelligence. Monitor availability, track prices, and secure your domains. + Domain intelligence for hunters. Track. Alert. Pounce.

-
  • - - Careers - -