8 Commits

Author SHA1 Message Date
5b34d8084f Update src/app/page.tsx 2026-04-27 19:05:36 +00:00
e3fe0dabe4 Merge version_3 into main
Merge version_3 into main
2026-04-27 19:04:44 +00:00
1152672061 Update src/app/page.tsx 2026-04-27 19:04:38 +00:00
4dc8bee3a0 Merge version_2 into main
Merge version_2 into main
2026-04-27 19:03:39 +00:00
d953434047 Update src/app/page.tsx 2026-04-27 19:03:35 +00:00
1c09eff5d9 Merge version_1 into main
Merge version_1 into main
2026-04-27 19:03:02 +00:00
33105fa60e Merge version_1 into main
Merge version_1 into main
2026-04-27 19:02:38 +00:00
c99a7b24c3 Merge version_1 into main
Merge version_1 into main
2026-04-27 19:02:11 +00:00

View File

@@ -31,14 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "hero"},
{
name: "Products", id: "products"},
{
name: "Reviews", id: "testimonials"},
{
name: "FAQ", id: "faq"},
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
]}
brandName="Elite Configs"
/>
@@ -46,41 +42,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
title="Elite Performance Configurations"
description="Unlock the true potential of your software with our premium UE and Kicia configurations. Precision-engineered for maximum competitive advantage."
buttons={[
{
text: "View Products", href: "#products"},
{ text: "View Products", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-background-futuristic-circle-tunnel-with-glowing-neon-blue-lights_181624-61521.jpg"
imageAlt="Futuristic Configuration UI"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cool-futuristic-background-with-golden-flashing-lights_181624-10519.jpg", alt: "Community Member 1"},
{
src: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-creating-cool-shapes-cool-background_181624-24673.jpg", alt: "Community Member 2"},
{
src: "http://img.b2bpic.net/free-photo/building-night-with-windows-illuminated-with-red-white-lights_23-2151966506.jpg", alt: "Community Member 3"},
{
src: "http://img.b2bpic.net/free-photo/3d-modern-plexus-low-poly-design-with-selective-focus_1048-12167.jpg", alt: "Community Member 4"},
{
src: "http://img.b2bpic.net/free-photo/gradient-old-device-studio_23-2150778568.jpg", alt: "Community Member 5"},
]}
marqueeItems={[
{
type: "text", text: "100% Undetectable"},
{
type: "text", text: "Lifetime Updates"},
{
type: "text", text: "Instant Delivery"},
{
type: "text", text: "Pro-Tier Support"},
{
type: "text", text: "Engineered for Performance"},
]}
/>
</div>
@@ -91,50 +61,23 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Optimized Engine", description: "Perfectly tuned parameters for Unreal Engine games.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113236.jpg", imageAlt: "digital product icon tech"
},
items: [
{
icon: Zap,
text: "High FPS Boost"},
{
icon: Shield,
text: "Detection Avoidance"},
],
title: "Advanced Engine Scheduling", description: "Achieve frame-perfect consistency with low-level engine scheduling that eliminates micro-stuttering during intense combat scenarios.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113236.jpg" },
items: [{ icon: Zap, text: "Instant Frame Time Stability" }, { icon: Shield, text: "Behavioral Heuristic Evasion" }],
reverse: false,
},
{
title: "Legit & Safe", description: "Natural movement and humanized actions for legit play.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/vector-set-futuristic-abstract-hud-frames-science-text-box-hologram-borders-scifi-labels_88138-2168.jpg", imageAlt: "digital product icon tech"
},
items: [
{
icon: UserCheck,
text: "Natural behavior"},
{
icon: Lock,
text: "Enhanced security"},
],
title: "Humanized Precision Logic", description: "Leverage natural movement curves designed to blend seamlessly with real player behavior, effectively bypassing competitive anti-cheat heuristics.", media: { imageSrc: "http://img.b2bpic.net/free-vector/vector-set-futuristic-abstract-hud-frames-science-text-box-hologram-borders-scifi-labels_88138-2168.jpg" },
items: [{ icon: UserCheck, text: "Natural Movement Emulation" }, { icon: Lock, text: "Zero-Signature Execution" }],
reverse: true,
},
{
title: "Advanced Logic", description: "Kicia-based logic for advanced gameplay scenarios.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg?_wi=1", imageAlt: "digital product icon tech"
},
items: [
{
icon: Cpu,
text: "Advanced algorithms"},
{
icon: Target,
text: "Extreme precision"},
],
title: "Predictive Tracking Algorithms", description: "Gain an unfair advantage with Kicia-based predictive logic that tracks high-velocity targets with 99.9% reliability in complex environments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg?_wi=1" },
items: [{ icon: Cpu, text: "Hyper-Responsive Response Times" }, { icon: Target, text: "Predictive Target Lock-On" }],
reverse: false,
},
]}
title="Why Choose Our Configs?"
description="Designed for gamers who refuse to compromise on quality or performance."
title="Engineered for Dominance"
description="Our configurations are optimized for competitive edge, blending stealth and performance for top-tier play."
/>
</div>
@@ -145,21 +88,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1", name: "UE Rage Config", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-front-side-with-white-background_187299-39912.jpg"},
{
id: "p2", name: "UE Legit Config", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-shopping-online-web-template_23-2148526822.jpg"},
{
id: "p3", name: "Kicia Rage Config", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg"},
{
id: "p4", name: "Kicia Legit Config", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg?_wi=2"},
{
id: "p5", name: "Combo Pack: UE", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-vector/20-software-engineering-video-gaming-flat-color-icon-pack-like-start-game-network-science-developer_1142-17859.jpg"},
{
id: "p6", name: "Combo Pack: Kicia", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/blue-abstract-cascade-by-optical-fibers_23-2148241297.jpg"},
{ id: "p1", name: "UE RAGE CONFIG", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-front-side-with-white-background_187299-39912.jpg" },
{ id: "p2", name: "UE LEGIT CONFIG", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-shopping-online-web-template_23-2148526822.jpg" },
{ id: "p3", name: "KICIA RAGE CONFIG", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg" },
{ id: "p4", name: "KICIA LEGIT CONFIG", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg?_wi=2" },
]}
title="Our Configurations"
description="Choose the perfect configuration for your gaming needs."
title="Select Your Configuration"
description="High-performance presets tailored for every playstyle."
/>
</div>
@@ -169,18 +104,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1", icon: Users,
title: "Active Users", value: "10,000+"},
{
id: "m2", icon: Zap,
title: "Avg FPS Boost", value: "+45%"},
{
id: "m3", icon: Award,
title: "Successful Configs", value: "50,000+"},
{ id: "m1", icon: Users, title: "Active Users", value: "10,000+" },
{ id: "m2", icon: Zap, title: "Avg FPS Boost", value: "+45%" },
{ id: "m3", icon: Award, title: "Successful Configs", value: "50,000+" },
]}
title="Performance Metrics"
description="Trusted by players worldwide."
description="Data-backed excellence for every user."
/>
</div>
@@ -190,32 +119,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Alex K.", role: "Pro Player", company: "GlobalEsports", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-disappointed-after-losing-livestream_482257-115598.jpg"},
{
id: "2", name: "Marcus S.", role: "Streamer", company: "Twitch", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419476.jpg"},
{
id: "3", name: "Sarah J.", role: "Developer", company: "TechAlpha", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-headphones_23-2149705880.jpg"},
{
id: "4", name: "David W.", role: "Gamer", company: "Freelance", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-with-wrist-bandage-wearing-headphones-pretending-running-isolated-pink-wall_141793-78519.jpg"},
{
id: "5", name: "Elena R.", role: "Competitive", company: "EsportsOrg", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24602.jpg"},
{ id: "1", name: "Alex K.", role: "Pro Player", company: "GlobalEsports", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-disappointed-after-losing-livestream_482257-115598.jpg" },
{ id: "2", name: "Marcus S.", role: "Streamer", company: "Twitch", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419476.jpg" },
{ id: "3", name: "Sarah J.", role: "Developer", company: "TechAlpha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-headphones_23-2149705880.jpg" },
]}
kpiItems={[
{
value: "5.0", label: "Avg Rating"},
{
value: "100%", label: "Client Satisfaction"},
{
value: "24/7", label: "Support"},
]}
title="Customer Reviews"
description="What our community says about us."
kpiItems={[{ value: "5.0", label: "Avg Rating" }, { value: "100%", label: "Client Satisfaction" }, { value: "24/7", label: "Support" }]}
title="Community Voices"
description="Join the elite competitive circle."
/>
</div>
@@ -224,15 +134,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "Are these safe to use?", content: "Yes, our configurations are designed to be undetectable and optimized for safety."},
{
id: "f2", title: "How do I install them?", content: "Each purchase includes a comprehensive setup guide with simple steps."},
{
id: "f3", title: "Do I get updates?", content: "Yes, all purchases include lifetime updates for your specific config."},
{ id: "f1", title: "Are these safe?", content: "Our behavioral stealth technology employs randomized micro-jittering and human-like input latency modulation, ensuring your actions mimic organic player behavior to bypass anti-cheat heuristics without triggering red flags." },
{ id: "f2", title: "What if I need help?", content: "Our 24/7 support team provides instant guidance for all configuration setups." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about our products."
description="Everything you need to get started."
faqsAnimation="blur-reveal"
/>
</div>
@@ -241,10 +147,9 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Unreal Engine", "Steam", "Discord", "Twitch", "Esports", "Competitive", "Gaming"]}
title="Trusted Platforms"
description="Compatible with top gaming engines and clients."
names={["Unreal Engine", "Steam", "Discord", "Twitch", "Esports"]}
title="Platform Compatibility"
description="Optimized for the world's most demanding gaming environments."
/>
</div>
@@ -253,16 +158,12 @@ export default function LandingPage() {
logoText="Elite Configs"
copyrightText="© 2025 Elite Configs. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "#", ariaLabel: "Twitter"},
{
icon: Github,
href: "#", ariaLabel: "GitHub"},
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
{ icon: Github, href: "#", ariaLabel: "GitHub" },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}