From 12d627acc7fa232781d9ecafdbdcb2709e2c090e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:33:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6111ddc..70264d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,16 +100,12 @@ export default function LandingPage() { textboxLayout="default" plans={[ { - id: "setup", badge: "Required", price: "$3,400 - $4,000", subtitle: "One-Time Setup Fee", features: ["Platform buildout", "AI agent configuration", "CRM integration", "Campaign setup"], - buttons: [{ text: "Get Started", href: "https://api.hoycall.com/api/v1/webhook/3hllBkCqAfsDdSH3i2mx/submit" }] - }, - { - id: "retainer", badge: "Monthly", price: "$1,109", subtitle: "Monthly Retainer", features: ["Ongoing optimization", "Campaign monitoring", "Analytics reporting", "Dedicated support"], - buttons: [{ text: "Get Started", href: "https://api.hoycall.com/api/v1/webhook/3hllBkCqAfsDdSH3i2mx/submit" }] + id: "custom", badge: "Custom", price: "Custom", subtitle: "Tailored Enterprise Solution", features: ["Fully customized AI configuration", "Dedicated account management", "Priority integration support", "Scalable volume capacity"], + buttons: [{ text: "Book a Demo", href: "#contact" }] } ]} - title="Simple, Transparent Pricing. Massive ROI." - description="Transparent billing for a done-for-you revenue system." + title="Tailored Pricing for Your Business." + description="We design custom revenue recovery systems that scale with your unique needs. Let’s discuss your requirements." /> -- 2.49.1