From efc42d38d614dad7cea567188f8a7e3a6eb68041 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:50:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) 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} /> -- 2.49.1 From 9d3536b9b839fd6c2b39c50dcfdff46fac2778da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:50:39 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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"], }, ]} -- 2.49.1