From 51b7727ed42a1ee26cec2d275a1bf9d571886a51 Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 17 Dec 2025 07:00:15 +0100 Subject: [PATCH] Landing Page Copy: weniger Yield, mehr Intelligence/Market/Terminal --- frontend/src/app/page.tsx | 103 ++++++++++++++++++++--------- frontend/src/app/pricing/page.tsx | 10 +-- frontend/src/components/Footer.tsx | 4 +- frontend/src/components/Header.tsx | 2 +- 4 files changed, 81 insertions(+), 38 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 282fe77..98f7e7d 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -9,19 +9,30 @@ import { useStore } from '@/lib/store' import { api } from '@/lib/api' import { ArrowRight, + ChevronRight, Zap, Globe, Check, + Search, Target, Gavel, Activity, Lock, + Crosshair, + Coins, + Layers, ArrowUpRight, ShieldCheck, + Network, + Share2, + Key, Shield, Radar, Scan, + Radio, + Cpu, Clock, + ExternalLink } from 'lucide-react' import Link from 'next/link' import clsx from 'clsx' @@ -164,8 +175,8 @@ export default function HomePage() { {/* Subline */}

- High-density domain intelligence for investors and operators. - Scan. Track. Trade. + Domain intelligence for investors — scan live auctions, compare TLD pricing, and monitor portfolios in a clean, spam-filtered terminal. + Scan. Track. Trade. Verify.

{/* Stats Grid - Mobile 2x2 */} @@ -242,38 +253,38 @@ export default function HomePage() {
The Problem

- The domain market is
high-noise. + The market is
loud & opaque.

-

Prices are fragmented across registrars and marketplaces. Most feeds are spam-heavy and hard to act on.

-

The real traps are hidden: renewal inflation, policy changes, and timing windows you miss while you sleep.

+

Auctions are full of junk, pricing is fragmented across registrars, and the best signals are hidden behind spreadsheets.

+

You need high-density intel, fast filtering, and operator-grade workflows — not more noise.

- The Pounce Terminal -

High Density. Low Noise.

+ The Pounce Protocol +

Asset Class V2.0

  • - Clean Market Feeds - Spam-filtered auctions and opportunities you can act on. + Deep Recon + TLD pricing + trends to spot traps and opportunities.
  • - +
    - Renewal & Pricing Intel - Spot renewal traps, registrar deltas, and TLD inflation. + Verified Market + Pounce Direct listings with DNS-verified owners.
  • - +
    - Watchlist Ops - Monitor domains, get alerts, and move fast. + Portfolio Ops + Watchlists, monitoring, and clean execution in one terminal.
@@ -293,14 +304,14 @@ export default function HomePage() {
Core Architecture

- The Terminal
- Stack. + The Lifecycle
+ Engine.

// INTELLIGENCE_LAYER_ACTIVE
// MARKET_PROTOCOL_READY
- // MONITORING_ONLINE + // AUTOMATION_LAYER_OPTIONAL

@@ -309,29 +320,29 @@ export default function HomePage() { {[ { module: '01', - title: 'Discover', - desc: '"Identify Targets." Find drops, auctions, and pricing anomalies without digging through spam.', + title: 'Intelligence', + desc: '"Identify Targets." We scan 886+ TLDs to uncover pricing traps, trends, and opportunities.', features: [ - { icon: Radar, title: 'Clean Feed', desc: 'No-bullshit filtering' }, - { icon: Scan, title: 'TLD Intel', desc: 'Renewal & inflation signals' }, + { icon: Scan, title: 'Global Scan', desc: 'Zone file analysis' }, + { icon: Target, title: 'Valuation AI', desc: 'Instant fair-market value' }, ], }, { module: '02', - title: 'Acquire', - desc: '"Secure the Asset." Execute fast: auctions, direct listings, and verified owners.', + title: 'Market', + desc: '"Secure the Asset." Direct access to liquidity with verified owners and 0% commission.', features: [ { icon: ShieldCheck, title: 'Verified Owners', desc: 'Mandatory DNS check' }, - { icon: Gavel, title: 'Execution', desc: 'Auctions & direct deals' }, + { icon: Gavel, title: 'Direct Execution', desc: 'P2P transfers' }, ], }, { module: '03', - title: 'Track', - desc: '"Stay Ahead." Monitor domains and get alerted the second something changes.', + title: 'Terminal', + desc: '"Operate the Asset." High density, low noise workflows for tracking, filtering, and execution.', features: [ - { icon: Activity, title: 'Monitoring', desc: 'Health & change detection' }, - { icon: Zap, title: 'Alerts', desc: 'Fast notifications' }, + { icon: Layers, title: 'Clean Feed', desc: 'Spam-filtered auctions + listings' }, + { icon: Coins, title: 'Pricing Intel', desc: 'Trends + renewal risk signals' }, ], }, ].map((pillar, i) => ( @@ -369,6 +380,38 @@ export default function HomePage() {
+ {/* ═══════════════════════════════════════════════════════════════════════ */} + {/* AUTOMATION (OPTIONAL) */} + {/* ═══════════════════════════════════════════════════════════════════════ */} +
+
+
+
+ Optional Automation +

Intent Routing™

+

+ For operators who want more: connect a domain, detect intent, and route traffic to the best destination. Your core product stays intelligence + market access. +

+
+ +
+ {[ + { icon: Network, step: '1', title: 'Connect', desc: 'Point nameservers to ns.pounce.io (optional)' }, + { icon: Cpu, step: '2', title: 'Analyze', desc: 'We detect intent and risk signals from real usage' }, + { icon: Share2, step: '3', title: 'Route', desc: 'Send traffic to the best destination (partner, listing, or page)' }, + ].map((item, i) => ( +
+
+ +
+

{item.step}. {item.title}

+

{item.desc}

+
+ ))} +
+
+
+ {/* ═══════════════════════════════════════════════════════════════════════ */} {/* MARKET DEEP DIVE */} {/* ═══════════════════════════════════════════════════════════════════════ */} @@ -416,7 +459,7 @@ export default function HomePage() {
    {[ { icon: Shield, title: 'Zero Noise', desc: 'Gatekeeper tech filters 99% of junk' }, - { icon: ShieldCheck, title: 'Verified Owners', desc: 'DNS verification required before listing' }, + { icon: Key, title: 'Verified Owners', desc: 'DNS verification required before listing' }, { icon: Zap, title: '0% Commission', desc: 'Keep 100% of the sale price' }, ].map((item, i) => (
  • diff --git a/frontend/src/app/pricing/page.tsx b/frontend/src/app/pricing/page.tsx index 728b921..443a393 100644 --- a/frontend/src/app/pricing/page.tsx +++ b/frontend/src/app/pricing/page.tsx @@ -26,7 +26,7 @@ const tiers = [ { text: 'TLD Intel', highlight: false, available: true, sublabel: 'Public' }, { text: 'Pounce Score', highlight: false, available: false }, { text: 'Marketplace', highlight: false, available: true, sublabel: 'Buy Only' }, - { text: 'Yield (Beta)', highlight: false, available: false }, + { text: 'Yield (Intent Routing)', highlight: false, available: false }, ], cta: 'Enter Terminal', highlighted: false, @@ -49,7 +49,7 @@ const tiers = [ { text: 'Pounce Score', highlight: true, available: true }, { text: '5 Listings', highlight: true, available: true, sublabel: '0% Fee' }, { text: 'Portfolio', highlight: true, available: true, sublabel: '25 Domains' }, - { text: 'Yield (Beta)', highlight: false, available: true, sublabel: 'Optional' }, + { text: 'Yield (Intent Routing)', highlight: true, available: true, sublabel: '70% Rev Share' }, ], cta: 'Upgrade to Trader', highlighted: true, @@ -62,7 +62,7 @@ const tiers = [ icon: Crown, price: '29', period: '/mo', - description: 'Full firepower. Priority alerts.', + description: 'Full firepower. Priority routes.', features: [ { text: 'Market Feed', highlight: true, available: true, sublabel: 'Priority' }, { text: 'Alert Speed', highlight: true, available: true, sublabel: '10 min' }, @@ -72,7 +72,7 @@ const tiers = [ { text: 'Score + SEO Data', highlight: true, available: true }, { text: '50 Listings', highlight: true, available: true, sublabel: 'Featured' }, { text: 'Unlimited Portfolio', highlight: true, available: true }, - { text: 'Yield (Beta)', highlight: false, available: true, sublabel: 'Optional' }, + { text: 'Yield (Intent Routing)', highlight: true, available: true, sublabel: 'Priority Routes' }, ], cta: 'Go Tycoon', highlighted: false, @@ -90,7 +90,7 @@ const comparisonFeatures = [ { name: 'Valuation', scout: 'Locked', trader: 'Pounce Score', tycoon: 'Score + SEO' }, { name: 'Marketplace', scout: 'Buy Only', trader: '5 Listings (0% Fee)', tycoon: '50 Featured' }, { name: 'Portfolio', scout: '—', trader: '25 Domains', tycoon: 'Unlimited' }, - { name: 'Yield (Beta)', scout: '—', trader: 'Optional', tycoon: 'Optional' }, + { name: 'Yield (Intent Routing)', scout: '—', trader: '70% Rev Share', tycoon: 'Priority Routes' }, ] const faqs = [ diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 7bbb8db..2d1e492 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -66,7 +66,7 @@ export function Footer() {

- High-density domain intelligence for serious investors. Scan. Track. Trade. + Global domain intelligence for serious investors. Scan. Acquire. Route. Yield.

{/* Newsletter - Hidden on Mobile */} @@ -144,7 +144,7 @@ export function Footer() { {[ { href: '/acquire', label: 'Acquire' }, { href: '/discover', label: 'Discover' }, - { href: '/intelligence', label: 'Intel' }, + { href: '/yield', label: 'Yield' }, { href: '/pricing', label: 'Pricing' }, ].map((link) => (
  • diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index cc593c9..4f4562a 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -35,7 +35,7 @@ export function Header() { const publicNavItems = [ { href: '/discover', label: 'Discover', icon: TrendingUp }, { href: '/acquire', label: 'Acquire', icon: Gavel }, - { href: '/intelligence', label: 'Intel', icon: TrendingUp }, + { href: '/yield', label: 'Yield', icon: Coins }, { href: '/pricing', label: 'Pricing', icon: CreditCard }, ]