Merge version_2 into main #2
@@ -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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
--background: #0A0A0A;
|
||||
--card: #1F1F1F;
|
||||
--foreground: #E0E0E0;
|
||||
--primary-cta: #FFD700;
|
||||
--primary-cta-text: #1A1A1A;
|
||||
--secondary-cta: #10B981;
|
||||
--secondary-cta-text: #FFFFFF;
|
||||
--accent: #10B981;
|
||||
--background-accent: #0F2C24;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user