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." />