8 Commits

Author SHA1 Message Date
704ce8ffd0 Merge version_3 into main
Merge version_3 into main
2026-06-03 11:42:54 +00:00
9bf1c3146e Update src/app/styles/variables.css 2026-06-03 11:42:51 +00:00
e93f6c7b1d Update src/app/styles/base.css 2026-06-03 11:42:50 +00:00
f403e64bb0 Update src/app/page.tsx 2026-06-03 11:42:50 +00:00
6e672317cc Merge version_2 into main
Merge version_2 into main
2026-06-03 11:35:46 +00:00
4793dd6508 Update src/app/styles/variables.css 2026-06-03 11:35:43 +00:00
5ee6c47e51 Update src/app/page.tsx 2026-06-03 11:35:43 +00:00
7c559c494b Merge version_1 into main
Merge version_1 into main
2026-06-03 11:29:29 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -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>
@@ -173,7 +173,7 @@ export default function LandingPage() {
{ name: "subject", type: "text", placeholder: "Subject", required: true }
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
useInvertedBackground={false}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-psd/modern-3d-chat-bubble-icon_84443-82910.jpg"
imageAlt="Futuristic support interface"
mediaPosition="right"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-roboto), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-roboto), sans-serif;
font-family: var(--font-press-start-2p), cursive;
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--card: #1f4035;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
--primary-cta: #ffffff;
--primary-cta-text: #051a12;
--secondary-cta: #0d2b1f;
--secondary-cta-text: #d4f6e8;
--accent: #0d5238;
--background-accent: #10b981;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);