diff --git a/src/app/page.tsx b/src/app/page.tsx index b116893..a621bbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,6 @@ export default function HomePage() { imageAlt="Emergent conversion platform dashboard" mediaAnimation="blur-reveal" imagePosition="right" - useInvertedBackground={false} /> diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8d3326f..4a7cc8c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -92,19 +92,16 @@ export default function PricingPage() { animationType="slide-up" plans={[ { - id: "launcher", tag: "Launcher", price: "$2,500", period: "/mo", description: "Perfect for testing and initial market validation. One production environment, up to 5,000 monthly submissions, core classification engine.", button: { text: "Start Free Trial", href: "#reserve" }, - featuresTitle: "Included:", features: [ + id: "launcher", tag: "Launcher", price: "$2,500", period: "/mo", description: "Perfect for testing and initial market validation. One production environment, up to 5,000 monthly submissions, core classification engine.", button: { text: "Start Free Trial", href: "#reserve" }, featuresTitle: "Included:", features: [ "1 Production Environment", "Up to 5,000 Monthly Submissions", "3-Audience Classification", "Basic Form Builder", "Real-Time Conversion Tracking", "Email Support", "7-Day Data Retention"], }, { id: "scale", tag: "Scale", tagIcon: Sparkles, - price: "$7,500", period: "/mo", description: "For teams serious about conversion infrastructure. Multiple environments, unlimited submissions, advanced segmentation, custom integrations.", button: { text: "Schedule Demo", href: "#reserve" }, - featuresTitle: "Included:", features: [ + price: "$7,500", period: "/mo", description: "For teams serious about conversion infrastructure. Multiple environments, unlimited submissions, advanced segmentation, custom integrations.", button: { text: "Schedule Demo", href: "#reserve" }, featuresTitle: "Included:", features: [ "3 Production Environments", "Unlimited Monthly Submissions", "Advanced Audience Segmentation", "Full Form Builder with Logic", "Multi-Channel Routing", "Advanced Analytics Dashboard", "90-Day Data Retention", "Priority Support", "Custom Form Themes"], }, { - id: "enterprise", tag: "Enterprise", price: "Custom", period: "pricing", description: "For mission-critical conversion systems. Dedicated infrastructure, unlimited everything, custom SLA, white-label options, compliance certifications.", button: { text: "Contact Sales", href: "#reserve" }, - featuresTitle: "Included:", features: [ + id: "enterprise", tag: "Enterprise", price: "Custom", period: "pricing", description: "For mission-critical conversion systems. Dedicated infrastructure, unlimited everything, custom SLA, white-label options, compliance certifications.", button: { text: "Contact Sales", href: "#reserve" }, featuresTitle: "Included:", features: [ "Unlimited Environments", "Unlimited Submissions", "Custom Segmentation Engine", "White-Label Platform", "Dedicated Infrastructure", "Unlimited Data Retention", "99.99% SLA", "24/7 Dedicated Support", "Custom Integrations", "SSO & Advanced Security", "Audit Logging", "Compliance: SOC 2, GDPR, HIPAA"], }, ]}