From 479ad3de528445d04c63d914fc6bac2bd924456f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:25:17 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 89 +++++++++------------------------------- 1 file changed, 19 insertions(+), 70 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 55c6b85..86957d1 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -48,8 +48,8 @@ export default function PricingPage() { { text: "Contact Sales", href: "/contact" }, ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg?_wi=2" - imageAlt: "Pricing plans dashboard" + imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg" + imageAlt="Pricing plans dashboard" mediaAnimation="slide-up" frameStyle="card" /> @@ -64,49 +64,22 @@ export default function PricingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - badge: "Starting Out", - badgeIcon: Sparkles, - price: "₹0", - subtitle: "Perfect for new sellers", - buttons: [{ text: "Get Started", href: "/contact" }], + id: "starter", badge: "Starting Out", badgeIcon: Sparkles, + price: "₹0", subtitle: "Perfect for new sellers", buttons: [{ text: "Get Started", href: "/contact" }], features: [ - "Up to 50 products", - "Basic analytics", - "Email support", - "Standard commission (8%)", - ], + "Up to 50 products", "Basic analytics", "Email support", "Standard commission (8%)"], }, { - id: "growth", - badge: "Most Popular", - badgeIcon: Zap, - price: "₹499/month", - subtitle: "For growing businesses", - buttons: [{ text: "Start Free Trial", href: "/contact" }], + id: "growth", badge: "Most Popular", badgeIcon: Zap, + price: "₹499/month", subtitle: "For growing businesses", buttons: [{ text: "Start Free Trial", href: "/contact" }], features: [ - "Up to 500 products", - "Advanced analytics", - "Priority support", - "Reduced commission (5%)", - "Marketing tools", - ], + "Up to 500 products", "Advanced analytics", "Priority support", "Reduced commission (5%)", "Marketing tools"], }, { - id: "enterprise", - badge: "Premium", - badgeIcon: Crown, - price: "₹2,999/month", - subtitle: "For established sellers", - buttons: [{ text: "Contact Sales", href: "/contact" }], + id: "enterprise", badge: "Premium", badgeIcon: Crown, + price: "₹2,999/month", subtitle: "For established sellers", buttons: [{ text: "Contact Sales", href: "/contact" }], features: [ - "Unlimited products", - "Custom analytics", - "Dedicated account manager", - "Lowest commission (2%)", - "API access", - "White-label options", - ], + "Unlimited products", "Custom analytics", "Dedicated account manager", "Lowest commission (2%)", "API access", "White-label options"], }, ]} /> @@ -121,45 +94,21 @@ export default function PricingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "Can I change my plan anytime?", - content: "Yes! You can upgrade or downgrade your plan anytime. Changes take effect at the start of your next billing cycle. No penalties for switching plans.", - }, + id: "1", title: "Can I change my plan anytime?", content: "Yes! You can upgrade or downgrade your plan anytime. Changes take effect at the start of your next billing cycle. No penalties for switching plans."}, { - id: "2", - title: "What does the commission rate include?", - content: "Commission covers platform usage, payment processing, customer support, and security. No additional hidden fees. The rate shown is what you pay per sale.", - }, + id: "2", title: "What does the commission rate include?", content: "Commission covers platform usage, payment processing, customer support, and security. No additional hidden fees. The rate shown is what you pay per sale."}, { - id: "3", - title: "Is there a contract or minimum commitment?", - content: "No contracts required! You can cancel anytime. The Starter plan is free with no time limit. Paid plans are month-to-month with no long-term commitment.", - }, + id: "3", title: "Is there a contract or minimum commitment?", content: "No contracts required! You can cancel anytime. The Starter plan is free with no time limit. Paid plans are month-to-month with no long-term commitment."}, { - id: "4", - title: "Do I get a refund if I cancel mid-month?", - content: "Paid plan subscriptions are billed monthly in advance. Cancellations take effect at the end of your current billing cycle. Pro-rated refunds are available upon request.", - }, + id: "4", title: "Do I get a refund if I cancel mid-month?", content: "Paid plan subscriptions are billed monthly in advance. Cancellations take effect at the end of your current billing cycle. Pro-rated refunds are available upon request."}, { - id: "5", - title: "Are there volume discounts for large sellers?", - content: "Yes! Enterprise sellers with high transaction volumes may qualify for custom pricing. Contact our sales team to discuss your specific needs.", - }, + id: "5", title: "Are there volume discounts for large sellers?", content: "Yes! Enterprise sellers with high transaction volumes may qualify for custom pricing. Contact our sales team to discuss your specific needs."}, { - id: "6", - title: "What payment methods do you accept?", - content: "We accept all major credit cards, UPI, net banking, and digital wallets. Invoices are generated automatically and available in your dashboard.", - }, + id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, UPI, net banking, and digital wallets. Invoices are generated automatically and available in your dashboard."}, { - id: "7", - title: "Is the Starter plan really free forever?", - content: "Yes! The Starter plan is completely free with no time limit and no credit card required. You only pay commission when you make a sale.", - }, + id: "7", title: "Is the Starter plan really free forever?", content: "Yes! The Starter plan is completely free with no time limit and no credit card required. You only pay commission when you make a sale."}, { - id: "8", - title: "What's included in dedicated account management?", - content: "Enterprise sellers get a dedicated account manager for strategic guidance, marketing consultation, and priority technical support to maximize your sales growth.", - }, + id: "8", title: "What's included in dedicated account management?", content: "Enterprise sellers get a dedicated account manager for strategic guidance, marketing consultation, and priority technical support to maximize your sales growth."}, ]} /> -- 2.49.1