2 Commits

Author SHA1 Message Date
5f9fa82e26 Update src/app/page.tsx 2026-03-03 14:36:45 +00:00
1c3dcb7f38 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:34:00 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
textboxLayout="default"
plans={[
{ id: "starter", badge: "Great Start", badgeIcon: Zap, price: "₹0", subtitle: "Perfect for small tea shops", features: ["Basic billing system", "Cash & card payments", "Daily sales tracking", "Simple reports"] },
{ id: "pro", badge: "Most Popular", badgeIcon: Star, price: "₹999/mo", subtitle: "Best for growing shops", features: ["Advanced billing", "All payment methods", "Inventory management", "Detailed analytics", "UPI QR code", "Priority support"] },
{ id: "pro", badge: "Most Popular", badgeIcon: Star, price: "₹999/mo", subtitle: "500+ shops trust us - Best for growing shops", features: ["Advanced billing", "All payment methods", "Inventory management", "Detailed analytics", "UPI QR code", "Priority support"] },
{ id: "enterprise", badge: "Premium", badgeIcon: Crown, price: "₹2999/mo", subtitle: "For multi-location shops", features: ["Multiple locations", "Staff management", "Real-time sync", "Custom reports", "API access", "24/7 support"] }
]}
animationType="slide-up"