Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-07 14:43:42 +00:00
parent 099e3dac57
commit 665be3b864

View File

@@ -16,7 +16,7 @@ export default function PricingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -47,47 +47,22 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
id: "standard",
price: "$297/mo",
name: "Standard",
badge: "Perfect for Starting Out",
badgeIcon: Sparkles,
id: "standard", price: "$297/mo", name: "Standard", badge: "Perfect for Starting Out", badgeIcon: Sparkles,
buttons: [
{ text: "Get Started", href: "https://app.basepex.com/signup" },
{ text: "View Details", href: "#" },
],
features: [
"AI Receptionist (24/7 calls, bookings, CRM)",
"Basic AI Website Builder",
"AI Ad Generator (5 generations/month, watermarked)",
"$497 setup fee",
"Email support",
],
"AI Receptionist (24/7 calls, bookings, CRM)", "Basic AI Website Builder", "AI Ad Generator (5 generations/month, watermarked)", "$497 setup fee", "Email support"],
},
{
id: "premium",
price: "$997/mo",
name: "Premium",
badge: "Most Popular - Unlimited Power",
badgeIcon: Crown,
id: "premium", price: "$997/mo", name: "Premium", badge: "Most Popular - Unlimited Power", badgeIcon: Crown,
buttons: [
{ text: "Get Started", href: "https://app.basepex.com/signup" },
{ text: "Schedule Demo", href: "#" },
],
features: [
"Everything in Standard",
"Unlimited ad generations (no watermarks)",
"10 static images + 5 cinematic videos per order",
"Custom style selector (5 styles)",
"Multi-modal variations (3 image sizes, video cuts)",
"Platform-specific optimization",
"A/B testing suggestions",
"Performance analytics integration",
"2-hour human polish option included",
"Deep business intelligence tracking",
"$2,000 setup fee",
"Priority support",
],
"Everything in Standard", "Unlimited ad generations (no watermarks)", "10 static images + 5 cinematic videos per order", "Custom style selector (5 styles)", "Multi-modal variations (3 image sizes, video cuts)", "Platform-specific optimization", "A/B testing suggestions", "Performance analytics integration", "2-hour human polish option included", "Deep business intelligence tracking", "$2,000 setup fee", "Priority support"],
},
]}
/>
@@ -105,35 +80,17 @@ export default function PricingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What's included in the setup fee?",
content: "The setup fee covers: platform configuration, API integrations (Vapi.ai for receptionist, Stripe/Square for payments), initial onboarding consultation, and deployment of your first services. Premium setup includes additional customization and priority implementation.",
},
id: "1", title: "What's included in the setup fee?", content: "The setup fee covers: platform configuration, API integrations (Vapi.ai for receptionist, Stripe/Square for payments), initial onboarding consultation, and deployment of your first services. Premium setup includes additional customization and priority implementation."},
{
id: "2",
title: "Can I switch plans anytime?",
content: "Yes! You can upgrade to Premium or downgrade to Standard at any time. Upgrades are prorated, and downgrades take effect at the next billing cycle.",
},
id: "2", title: "Can I switch plans anytime?", content: "Yes! You can upgrade to Premium or downgrade to Standard at any time. Upgrades are prorated, and downgrades take effect at the next billing cycle."},
{
id: "3",
title: "Is there a long-term contract?",
content: "No contracts required. Both plans are month-to-month with no lock-in period. Cancel anytime, though we think you'll love it.",
},
id: "3", title: "Is there a long-term contract?", content: "No contracts required. Both plans are month-to-month with no lock-in period. Cancel anytime, though we think you'll love it."},
{
id: "4",
title: "Do you offer custom enterprise plans?",
content: "Yes! For organizations with unique requirements, we offer custom enterprise pricing. Contact our sales team at sales@basepex.com for a custom quote.",
},
id: "4", title: "Do you offer custom enterprise plans?", content: "Yes! For organizations with unique requirements, we offer custom enterprise pricing. Contact our sales team at sales@basepex.com for a custom quote."},
{
id: "5",
title: "What payment methods do you accept?",
content: "We accept all major credit cards (Visa, Mastercard, American Express) and can accommodate annual prepayment for a 15% discount.",
},
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express) and can accommodate annual prepayment for a 15% discount."},
{
id: "6",
title: "Is there a free trial?",
content: "Yes! Start with a 14-day free trial of either plan. No credit card required to get started. Full access to all features during the trial period.",
},
id: "6", title: "Is there a free trial?", content: "Yes! Start with a 14-day free trial of either plan. No credit card required to get started. Full access to all features during the trial period."},
]}
/>
</div>
@@ -150,7 +107,7 @@ export default function PricingPage() {
{ text: "Schedule a Demo", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>