|
|
|
|
@@ -75,11 +75,11 @@ export default function LandingPage() {
|
|
|
|
|
description="Ascend the hierarchy of Kachhua MC with exclusive perks and ultimate recognition. Transparent pricing in Indian Rupees (₹)."
|
|
|
|
|
tag="Server Ranks"
|
|
|
|
|
plans={[
|
|
|
|
|
{ id: "demon", badge: "👑 Ultimate Rank", badgeIcon: Sparkles, price: "₹499", subtitle: "Ultimate Power", features: ["All Knight Perks", "Demon Aura & Cosmetics", "Maxed Out /kit Access", "Monthly Ultimate Crate Key", "Special Discord Role"] },
|
|
|
|
|
{ id: "titan", badge: "Entry", badgeIcon: Diamond, price: "₹80", subtitle: "Basic Perks", features: ["Exclusive Chat Tag", "Color Chat Access", "Priority Queue", "Access to /fly (limited)"] },
|
|
|
|
|
{ id: "lord", badge: "Enhanced", badgeIcon: Crown, price: "₹199", subtitle: "Advanced Perks", features: ["All Titan Perks", "Unique Lord Tag", "Advanced /kit Access", "Customizable Prefix"] },
|
|
|
|
|
{ id: "void", badge: "Elite", badgeIcon: Infinity, price: "₹299", subtitle: "Elite Privileges", features: ["All Lord Perks", "Void Aura Effect", "Expanded Vault Access", "Daily Void Crate Key"] },
|
|
|
|
|
{ id: "knight", badge: "Legendary", badgeIcon: Sword, price: "₹399", subtitle: "Legendary Status", features: ["All Void Perks", "Custom Knight Armor", "Exclusive Pet Access", "Weekly Legendary Crate Key"] },
|
|
|
|
|
{ id: "demon", badge: "Most Popular", badgeIcon: Sparkles, price: "₹499", subtitle: "Ultimate Power", features: ["All Knight Perks", "Demon Aura & Cosmetics", "Maxed Out /kit Access", "Monthly Ultimate Crate Key", "Special Discord Role"] }
|
|
|
|
|
{ id: "knight", badge: "Legendary", badgeIcon: Sword, price: "₹399", subtitle: "Legendary Status", features: ["All Void Perks", "Custom Knight Armor", "Exclusive Pet Access", "Weekly Legendary Crate Key"] }
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "store-purchases", value: "20K+", description: "Total Store Purchases" },
|
|
|
|
|
{ id: "discord-members", value: "2K+", description: "Discord Community Members" }
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="opacity"
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|