diff --git a/frontend/src/app/pricing/page.tsx b/frontend/src/app/pricing/page.tsx index 443a393..728b921 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 (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 = [ diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 2d1e492..7bbb8db 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -66,7 +66,7 @@ export function Footer() {
- Global domain intelligence for serious investors. Scan. Acquire. Route. Yield. + High-density domain intelligence for serious investors. Scan. Track. Trade.
{/* 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) => (