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.