Merge version_2 into main #2
131
src/app/page.tsx
131
src/app/page.tsx
@@ -5,12 +5,12 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Zap, Shield, Headphones, Users, Sparkles, Crown } from "lucide-react";
|
||||
import { Zap, Shield, Headphones, Users, Sparkles, Crown, Flame, Code } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
logoText="CheatVault"
|
||||
description="Unlock the ultimate gaming advantage with exclusive cheats, exploits, and pro strategies for every major title"
|
||||
buttons={[
|
||||
{ text: "Explore Cheats", href: "#games" },
|
||||
{ text: "Explore Cheats", href: "#rust-cheats" },
|
||||
{ text: "View Pricing", href: "#pricing" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-geometric-shapes-dark-background_23-2148420728.jpg"
|
||||
@@ -135,28 +135,121 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="rust-cheats" data-section="rust-cheats">
|
||||
<PricingCardFive
|
||||
title="Rust Cheats"
|
||||
description="Dominate the Rust survival servers with our advanced cheating tools and exploits"
|
||||
tag="Rust Specific"
|
||||
plans={[
|
||||
{
|
||||
id: "rust-basic", tag: "Basic Rust Tools", tagIcon: Code,
|
||||
price: "$14.99", period: "/mo", description: "Essential Rust cheats including ESP and basic aimbot for survival servers", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Player ESP and item detection", "Basic aimbot for PvP", "Radar hacks", "Weekly updates"],
|
||||
},
|
||||
{
|
||||
id: "rust-pro", tag: "Pro Rust Suite", tagIcon: Flame,
|
||||
price: "$34.99", period: "/mo", description: "Advanced Rust exploits including raid detection and base breach tools", button: { text: "Unlock Pro", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Advanced ESP with building detection", "Professional aimbot with adjustments", "Raid notification system", "Base breach exploits", "Daily updates", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "rust-elite", tag: "Elite Rust Master", tagIcon: Crown,
|
||||
price: "$64.99", period: "/mo", description: "Ultimate Rust domination with all features, server manipulation, and 24/7 VIP support", button: { text: "Go Elite", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Full suite of all Rust tools", "Server admin command exploits", "Advanced loot prediction", "Unlimited radar customization", "Real-time updates", "VIP 24/7 concierge support", "Custom cheat development"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hwid-spoofers" data-section="hwid-spoofers">
|
||||
<PricingCardFive
|
||||
title="HWID Spoofers"
|
||||
description="Mask your hardware identity and bypass hardware bans with military-grade spoofing technology"
|
||||
tag="Hardware Protection"
|
||||
plans={[
|
||||
{
|
||||
id: "hwid-basic", tag: "Basic Spoofer", tagIcon: Shield,
|
||||
price: "$9.99", period: "/mo", description: "Essential HWID spoofing for avoiding hardware bans on gaming platforms", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"HWID rotation technology", "Basic hardware masking", "Ban bypass protection", "Monthly updates"],
|
||||
},
|
||||
{
|
||||
id: "hwid-pro", tag: "Pro Spoofer", tagIcon: Zap,
|
||||
price: "$24.99", period: "/mo", description: "Advanced spoofing with multi-layer protection and enhanced anonymity", button: { text: "Unlock Pro", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Multi-layer HWID spoofing", "Advanced driver spoofing", "IP rotation integration", "Real-time ban detection", "Weekly updates", "Priority technical support"],
|
||||
},
|
||||
{
|
||||
id: "hwid-elite", tag: "Elite Protection", tagIcon: Crown,
|
||||
price: "$49.99", period: "/mo", description: "Ultimate hardware protection with lifetime ban guarantee and full anonymity suite", button: { text: "Go Elite", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Military-grade HWID spoofing", "Complete driver masking", "Advanced IP/DNS protection", "Lifetime hardware ban guarantee", "Custom spoofing profiles", "Real-time threat monitoring", "VIP 24/7 concierge support"],
|
||||
},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="game-accounts" data-section="game-accounts">
|
||||
<PricingCardFive
|
||||
title="Game Accounts"
|
||||
description="Pre-configured gaming accounts with premium status and exclusive cosmetics for instant play"
|
||||
tag="Ready-to-Play"
|
||||
plans={[
|
||||
{
|
||||
id: "accounts-starter", tag: "Starter Accounts", tagIcon: Users,
|
||||
price: "$19.99", period: "/account", description: "Fresh game accounts with basic progression and starter cosmetics", button: { text: "Browse Accounts", href: "#contact" },
|
||||
featuresTitle: "Features:", features: [
|
||||
"Multiple game options", "Level 50+ progression", "Starter cosmetics included", "Account security setup", "30-day warranty"],
|
||||
},
|
||||
{
|
||||
id: "accounts-premium", tag: "Premium Accounts", tagIcon: Crown,
|
||||
price: "$49.99", period: "/account", description: "High-level accounts with premium cosmetics, battle pass progress, and rare items", button: { text: "View Premium", href: "#contact" },
|
||||
featuresTitle: "Features:", features: [
|
||||
"Level 100+ progression", "Premium cosmetics bundle", "Battle pass completion", "Rare weapon skins included", "90-day warranty", "Account recovery assistance"],
|
||||
},
|
||||
{
|
||||
id: "accounts-elite", tag: "Elite Accounts", tagIcon: Sparkles,
|
||||
price: "$99.99", period: "/account", description: "Fully loaded elite accounts with all cosmetics, maximum progression, and exclusive items", button: { text: "Get Elite Account", href: "#contact" },
|
||||
featuresTitle: "Features:", features: [
|
||||
"Maximum level + prestige", "Complete cosmetics collection", "All battle passes completed", "Exclusive legendary items", "Lifetime warranty", "Priority account support", "Free account transfers"],
|
||||
},
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
<PricingCardFive
|
||||
title="Membership Plans"
|
||||
description="Choose your level of gaming supremacy. All plans include instant cheat library access and community support"
|
||||
tag="Flexible Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$9.99/mo", subtitle: "Perfect for casual cheaters", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
id: "basic", tag: "Starter", tagIcon: Sparkles,
|
||||
price: "$9.99", period: "/mo", description: "Perfect for casual cheaters", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Access to 500+ game cheats", "Monthly cheat updates", "Email support", "Ad-supported experience"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Crown,
|
||||
price: "$24.99/mo", subtitle: "For serious competitive players", buttons: [{ text: "Unlock Pro", href: "#contact" }],
|
||||
features: [
|
||||
id: "pro", tag: "Most Popular", tagIcon: Crown,
|
||||
price: "$24.99", period: "/mo", description: "For serious competitive players", button: { text: "Unlock Pro", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Access to 2000+ game cheats", "Daily cheat updates & new exploits", "Priority support 24/7", "Private forum access", "Monthly strategy webinars"],
|
||||
},
|
||||
{
|
||||
id: "elite", badge: "Elite", badgeIcon: Zap,
|
||||
price: "$49.99/mo", subtitle: "For the ultimate gaming elite", buttons: [{ text: "Go Elite", href: "#contact" }],
|
||||
features: [
|
||||
id: "elite", tag: "Elite", tagIcon: Zap,
|
||||
price: "$49.99", period: "/mo", description: "For the ultimate gaming elite", button: { text: "Go Elite", href: "#contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Unlimited access to all 5000+ cheats", "Real-time exploit releases", "VIP 24/7 concierge support", "Exclusive elite community", "Custom cheat development", "Lifetime ban protection guarantee"],
|
||||
},
|
||||
]}
|
||||
@@ -237,16 +330,16 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Support", href: "#faq" },
|
||||
{ label: "Contact", href: "#" },
|
||||
{ label: "Rust Cheats", href: "#rust-cheats" },
|
||||
{ label: "HWID Spoofers", href: "#hwid-spoofers" },
|
||||
{ label: "Game Accounts", href: "#game-accounts" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Support", href: "#faq" },
|
||||
{ label: "Contact", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user