# 05. Dedicated /pricing And /features Pages meta: id: landing-pages-and-admin-05 feature: landing-pages-and-admin priority: P1 depends_on: [landing-pages-and-admin-06] tags: [implementation, routes, marketing-pages] objective: - Create dedicated `/pricing` and `/features` route pages with full content. Currently the navbar links to these routes but they don't exist. The pricing content exists on `/ads` and features are shown as a section on the landing page. These need to be standalone, polished marketing pages. deliverables: - `/web/src/routes/pricing.tsx` — Full pricing page with tier comparison, FAQ, and CTAs - `/web/src/routes/features.tsx` — Full features page with detailed product showcases - Pricing data structured as typed arrays (consistent with Lendair inline pattern) - Feature detail sections for each product (DarkWatch, VoicePrint, SpamShield, HomeTitle, RemoveBrokers, Family Plans) steps: - Create `/pricing.tsx`: - Hero section: headline, subheadline, value proposition - Pricing tiers card grid (3 tiers): - Basic ($9/month): Dark web monitoring, email breach alerts, basic scam call blocking, monthly reports - Plus ($19/month, "Most Popular"): Everything in Basic + VoicePrint, HomeTitle, RemoveBrokers, Family sharing up to 5 - Premium ($39/month): Everything in Plus + Unlimited family, 24/7 priority support, real-time alert correlation, advanced analytics, data broker suppression - Feature comparison table (checkmarks per tier) - FAQ section (accordion-style): billing, cancellation, family sharing, trial period - CTA section with "Get Started" button linking to `/signup` - Inline data arrays for tiers, features, and FAQ items - Create `/features.tsx`: - Hero section: headline, subheadline - Feature detail sections for each product: - DarkWatch: dark web monitoring, breach detection, exposure alerts - VoicePrint: voice clone detection, deepfake voice identification - SpamShield: scam call blocking, spam filtering, call analytics - HomeTitle: property fraud alerts, title monitoring, ownership changes - RemoveBrokers: data broker removal, opt-out automation, privacy reclamation - Family Plans: family sharing, member management, unified dashboard - Each feature section includes: icon, title, description, key benefits (bullet list), screenshot/mockup placeholder - Alternating left-right layout for visual interest (like Lendair's split panels) - Inline data arrays for all feature content - Ensure both pages use `PageContainer` for consistent layout - Add proper `