Revert: pricing/nav/footer copy (landing page text only)
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled

This commit is contained in:
2025-12-17 07:03:48 +01:00
parent 51b7727ed4
commit 5f5509b7f8
3 changed files with 8 additions and 8 deletions

View File

@ -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 (Intent Routing)', highlight: false, available: false },
{ text: 'Yield (Beta)', 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 (Intent Routing)', highlight: true, available: true, sublabel: '70% Rev Share' },
{ text: 'Yield (Beta)', highlight: false, available: true, sublabel: 'Optional' },
],
cta: 'Upgrade to Trader',
highlighted: true,
@ -62,7 +62,7 @@ const tiers = [
icon: Crown,
price: '29',
period: '/mo',
description: 'Full firepower. Priority routes.',
description: 'Full firepower. Priority alerts.',
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 (Intent Routing)', highlight: true, available: true, sublabel: 'Priority Routes' },
{ text: 'Yield (Beta)', highlight: false, available: true, sublabel: 'Optional' },
],
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 (Intent Routing)', scout: '—', trader: '70% Rev Share', tycoon: 'Priority Routes' },
{ name: 'Yield (Beta)', scout: '—', trader: 'Optional', tycoon: 'Optional' },
]
const faqs = [

View File

@ -66,7 +66,7 @@ export function Footer() {
</Link>
</div>
<p className="text-xs sm:text-sm font-mono text-white/50 mb-6 sm:mb-8 max-w-sm leading-relaxed">
Global domain intelligence for serious investors. Scan. Acquire. Route. Yield.
High-density domain intelligence for serious investors. Scan. Track. Trade.
</p>
{/* Newsletter - Hidden on Mobile */}
@ -144,7 +144,7 @@ export function Footer() {
{[
{ href: '/acquire', label: 'Acquire' },
{ href: '/discover', label: 'Discover' },
{ href: '/yield', label: 'Yield' },
{ href: '/intelligence', label: 'Intel' },
{ href: '/pricing', label: 'Pricing' },
].map((link) => (
<li key={link.href}>

View File

@ -35,7 +35,7 @@ export function Header() {
const publicNavItems = [
{ href: '/discover', label: 'Discover', icon: TrendingUp },
{ href: '/acquire', label: 'Acquire', icon: Gavel },
{ href: '/yield', label: 'Yield', icon: Coins },
{ href: '/intelligence', label: 'Intel', icon: TrendingUp },
{ href: '/pricing', label: 'Pricing', icon: CreditCard },
]