'use client' import { useEffect, useState } from 'react' import Image from 'next/image' import { Header } from '@/components/Header' import { Footer } from '@/components/Footer' import { DomainChecker } from '@/components/DomainChecker' import { useStore } from '@/lib/store' import { api } from '@/lib/api' import { Eye, Bell, Clock, Shield, ArrowRight, Check, TrendingUp, TrendingDown, Minus, Lock, ChevronRight } from 'lucide-react' import Link from 'next/link' import clsx from 'clsx' const features = [ { icon: Eye, title: 'Always Watching', description: 'Daily scans. 886+ TLDs. You sleep, we hunt.', }, { icon: Bell, title: 'Instant Alerts', description: 'Domain drops? You know first. Always.', }, { icon: Clock, title: 'Expiry Intel', description: 'See when domains expire. Plan your move.', }, { icon: Shield, title: 'Your Strategy, Private', description: 'No one sees your watchlist. Ever.', }, ] const tiers = [ { name: 'Scout', price: '0', period: '', description: 'Test the waters. Zero risk.', features: ['5 domains', 'Daily checks', 'Email alerts', 'Basic search'], cta: 'Hunt Free', highlighted: false, }, { name: 'Trader', price: '19', period: '/mo', description: 'Hunt with precision.', features: ['50 domains', 'Hourly checks', 'SMS alerts', 'Domain valuation', 'Portfolio tracking'], cta: 'Start Trading', highlighted: true, }, { name: 'Tycoon', price: '49', period: '/mo', description: 'Dominate the market.', features: ['500 domains', 'Real-time checks', 'API access', 'SEO metrics', 'Bulk tools'], cta: 'Go Tycoon', highlighted: false, }, ] interface TldData { tld: string type: string description: string avg_registration_price: number min_registration_price: number max_registration_price: number trend: string } interface TrendingTld { tld: string reason: string current_price: number price_change: number // API returns price_change, not price_change_percent } // Shimmer component for locked content function ShimmerBlock({ className }: { className?: string }) { return (
Domain intelligence for the decisive. Track any domain. Know the moment it drops. Move before anyone else.
{/* Domain Checker */}See price movements. Spot opportunities. Act fast.
{item.reason}
Unlock Full Data
Sign in for prices, trends, and registrar comparisons.
How It Works
The tools that give you the edge. Simple. Powerful. Decisive.
{feature.description}
Pricing
Start free. Scale when you're ready.
{tier.description}
Create a free account and track up to 3 domains. No credit card required.
Get Started Free