'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, TrendingUp, TrendingDown, Minus, ChevronRight, Zap, BarChart3, Globe, Check, } from 'lucide-react' import Link from 'next/link' import clsx from 'clsx' interface TrendingTld { tld: string reason: string current_price: number price_change: number } // Shimmer for loading states function Shimmer({ className }: { className?: string }) { return (
Domain intelligence for the decisive. Track any domain. Know the moment it drops. Move before anyone else.
{/* Domain Checker */}{item.reason}
The tools that give you the edge. Simple. Powerful. Decisive.
{feature.description}
TLDs Tracked
24/7
Monitoring
Alert Speed
Start free with 5 domains. Scale to 500+ when you need more firepower.
{/* Quick Plans */}Scout
Free forever
Trader
$19/month
Track your first domain in under a minute. No credit card required.
{isAuthenticated ? "Go to Dashboard" : "Get Started Free"}