Merge version_2 into main #4

Merged
bender merged 4 commits from version_2 into main 2026-03-09 13:12:39 +00:00
4 changed files with 182 additions and 1578 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
@@ -17,32 +16,28 @@ export default function MenuPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Menu Preview", href: "/menu" },
{ label: "Pricing", href: "/pricing" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#faq" },
{ label: "Contact Us", href: "#" },
{ label: "Status", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -50,6 +45,78 @@ export default function MenuPage() {
},
];
const aimProducts = [
{
id: "aimbot", name: "Aimbot", price: "Precision Aim", variant: "Targeting System", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Aimbot Subsection"
},
{
id: "silent-aim", name: "Silent Aim", price: "Stealth Targeting", variant: "Undetectable Aiming", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Silent Aim Subsection"
},
];
const visualsProducts = [
{
id: "esp", name: "ESP", price: "Enemy Vision", variant: "Player Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "ESP Display System"
},
];
const selfProducts = [
{
id: "antiheadshot", name: "Antiheadshot", price: "Head Protection", variant: "Defense System", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Antiheadshot Protection"
},
{
id: "immortality", name: "Immortality", price: "Invincibility", variant: "God-like Defense", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Immortality Mode"
},
{
id: "anti-esp", name: "Anti ESP", price: "Vision Blocker", variant: "Counter Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Anti ESP Counter"
},
{
id: "kill-antiheadshot", name: "Kill Antiheadshot", price: "Headshot Piercer", variant: "Defense Bypass", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Kill Antiheadshot"
},
{
id: "kill-immortality", name: "Kill Immortality", price: "Immortality Breaker", variant: "Defense Penetration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Kill Immortality"
},
{
id: "godmode", name: "Godmode", price: "Ultimate Protection", variant: "Total Immunity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Godmode Feature"
},
{
id: "bypass-kill-immortality", name: "Bypass Kill Immortality", price: "Advanced Bypass", variant: "Superior Penetration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Bypass Kill Immortality"
},
{
id: "bypass-kill-antihs", name: "Bypass Kill Antihs", price: "Ultimate Bypass", variant: "Complete Override", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Bypass Kill Antihs"
},
];
const settingsProducts = [
{
id: "menu-bind", name: "Menu Bind", price: "Hotkey Configuration", variant: "Custom Key Binding", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Menu Bind Setting"
},
{
id: "panic-key", name: "Panic Key Bind", price: "Emergency Toggle", variant: "Quick Disable", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Panic Key Bind"
},
{
id: "unload-bind", name: "Unload Bind", price: "Shutdown Sequence", variant: "Safe Disconnect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Unload Bind Setting"
},
{
id: "streamproof", name: "Streamproof", price: "Stream Protection", variant: "Dual Monitor Mode", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Streamproof Feature"
},
];
const configsProducts = [
{
id: "config-name", name: "Config Name", price: "Profile Management", variant: "Naming System", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Config Naming"
},
{
id: "config-create", name: "Create Config", price: "New Profile", variant: "Save Settings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Create Configuration"
},
{
id: "config-update", name: "Update Config", price: "Modify Profile", variant: "Edit Settings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Update Configuration"
},
{
id: "config-delete", name: "Delete Config", price: "Remove Profile", variant: "Clean Up", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai2cJkiBLhPl70npSXOLWWKMtr/uploaded-1773061835001-jhhcyj9v.jpg", imageAlt: "Delete Configuration"
},
];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -57,7 +124,7 @@ export default function MenuPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -67,75 +134,75 @@ export default function MenuPage() {
<NavbarStyleApple brandName="Synex" navItems={navItems} />
</div>
<div id="menu-showcase" data-section="menu-showcase">
<div className="py-20">
<div className="max-w-7xl mx-auto px-4">
<h1 className="text-5xl md:text-6xl font-bold mb-2 text-center">Interactive Menu Gallery</h1>
<p className="text-lg text-center text-gray-400 mb-16">Explore all menu categories and features available in Synex</p>
</div>
</div>
<div id="aim-section" data-section="aim-section">
<ProductCardFour
title="Menu Preview Gallery"
description="Browse our intuitive menu system with stunning visual design and powerful functionality. Each interface element is carefully crafted for optimal performance and user experience."
tag="Visual Interface"
title="Aim Settings"
description="Precision targeting tools including Aimbot and Silent Aim subsystems"
tag="Targeting"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
products={[
{
id: "menu-1",
name: "Main Control Panel",
price: "Premium Feature",
variant: "Core Interface",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-twitch-panels-pack_23-2149199131.jpg?_wi=2",
imageAlt: "Main Menu Interface",
},
{
id: "menu-2",
name: "Settings Dashboard",
price: "Premium Feature",
variant: "Configuration Hub",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513316.jpg?_wi=2",
imageAlt: "Settings Menu",
},
{
id: "menu-3",
name: "Performance Monitor",
price: "Premium Feature",
variant: "Analytics Display",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-offline-gaming-sporty-banner-with-shiny-effect_1017-49740.jpg?_wi=2",
imageAlt: "Performance Metrics",
},
]}
gridVariant="two-columns-alternating-heights"
products={aimProducts}
/>
</div>
<div id="menu-features" data-section="menu-features">
<FeatureCardSeven
title="Menu System Deep Dive"
description="Explore the detailed architecture and capabilities of our premium menu interface system."
tag="Technical Overview"
<div id="visuals-section" data-section="visuals-section">
<ProductCardFour
title="Visuals"
description="Enemy detection and information display systems"
tag="Vision"
textboxLayout="default"
animationType="blur-reveal"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
id: 1,
title: "Intuitive Navigation",
description: "Seamlessly navigate through hundreds of options with lightning-fast menu responsiveness and intuitive categorization.",
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=5",
imageAlt: "Gaming features showcase dark theme",
},
{
id: 2,
title: "Customizable Layouts",
description: "Personalize your menu experience with multiple layout options, hotkeys, and visual themes tailored to your preference.",
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=6",
imageAlt: "Gaming features showcase dark theme",
},
{
id: 3,
title: "Advanced Filtering",
description: "Search and filter features with intelligent autocomplete and category organization for instant access to your tools.",
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=7",
imageAlt: "Gaming features showcase dark theme",
},
]}
gridVariant="one-large-right-three-stacked-left"
products={visualsProducts}
/>
</div>
<div id="self-section" data-section="self-section">
<ProductCardFour
title="Self Features"
description="Personal protection and defense mechanisms with advanced bypass options"
tag="Protection"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
products={selfProducts}
/>
</div>
<div id="settings-section" data-section="settings-section">
<ProductCardFour
title="Settings"
description="Configuration and customization options for optimal gameplay"
tag="Configuration"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
products={settingsProducts}
/>
</div>
<div id="configs-section" data-section="configs-section">
<ProductCardFour
title="Configs"
description="Profile management and configuration save/load system"
tag="Profiles"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
products={configsProducts}
/>
</div>
@@ -148,4 +215,4 @@ export default function MenuPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,6 @@ import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
@@ -15,7 +14,6 @@ export default function HomePage() {
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Pricing", id: "/pricing" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
];
@@ -36,9 +34,10 @@ export default function HomePage() {
},
{
title: "Support", items: [
{ label: "Help Center", href: "#faq" },
{ label: "Help Center", href: "#" },
{ label: "Contact Us", href: "#" },
{ label: "Status", href: "#" },
{ label: "Discord", href: "https://discord.gg/YcBQdfjsyn" },
],
},
{
@@ -155,37 +154,6 @@ export default function HomePage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about Synex features, compatibility, and support."
tag="Help Center"
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Is Synex undetectable?", content:
"Yes. Synex uses advanced anti-detection technology with military-grade encryption and behavioral analysis evasion. We employ constant monitoring and updates to maintain undetectable status."},
{
id: "2", title: "What FiveM servers are compatible?", content:
"Synex works with the majority of FiveM servers. Our system automatically adapts to different server configurations. However, some heavily modded servers may have compatibility restrictions."},
{
id: "3", title: "How often are updates released?", content:
"We release updates weekly or as needed when FiveM releases patches. All subscriptions include automatic updates at no additional cost."},
{
id: "4", title: "What payment methods do you accept?", content:
"We accept all major payment methods including credit cards, PayPal, cryptocurrency, and bank transfers. All transactions are encrypted and secure."},
{
id: "5", title: "Is there a refund policy?", content:
"Yes. We offer a 7-day money-back guarantee if you are not satisfied with your subscription. No questions asked refunds available within the trial period."},
{
id: "6", title: "How do I get support?", content:
"Support is available 24/7 via Discord, email, and support ticket system. Premium subscribers get priority response times and dedicated support channels."},
]}
/>
</div>
<div id="contact" data-section="contact">
<section className="mx-auto px-4 md:px-6 py-20">
<div className="max-w-2xl mx-auto text-center">
@@ -195,7 +163,7 @@ export default function HomePage() {
<p className="text-lg text-gray-300 mb-8">
Join thousands of elite players using Synex. Subscribe to any plan and unlock your potential today.
</p>
<div className="flex gap-4 justify-center flex-wrap">
<div className="flex gap-4 justify-center flex-wrap mb-8">
<Link
href="/pricing"
className="px-8 py-3 bg-white text-black rounded-lg font-semibold hover:bg-gray-200 transition"
@@ -203,12 +171,17 @@ export default function HomePage() {
View Pricing
</Link>
<a
href="#"
href="https://discord.gg/YcBQdfjsyn"
target="_blank"
rel="noopener noreferrer"
className="px-8 py-3 border border-white text-white rounded-lg font-semibold hover:bg-white hover:text-black transition"
>
Contact Support
Join Discord
</a>
</div>
<p className="text-sm text-gray-400">
Get support 24/7 on our Discord community or contact our team directly.
</p>
</div>
</section>
</div>
@@ -222,4 +195,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -16,32 +16,28 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Menu Preview", href: "/menu" },
{ label: "Pricing", href: "/pricing" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#faq" },
{ label: "Contact Us", href: "#" },
{ label: "Status", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -56,7 +52,7 @@ export default function PricingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -69,58 +65,28 @@ export default function PricingPage() {
<div id="pricing" data-section="pricing">
<PricingCardFive
title="Flexible Pricing Plans"
description="Choose the subscription tier that best fits your gaming needs and commitment level. All plans include automatic updates and premium support."
description="Choose the subscription tier that best fits your gaming needs and commitment level."
tag="Investment Options"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
plans={[
{
id: "monthly",
tag: "Monthly Access",
price: "€30",
period: "/month",
description: "Perfect for testing and casual gameplay with full feature access.",
button: { text: "Subscribe Now", href: "#contact" },
featuresTitle: "What's Included:",
features: [
"Full feature access",
"Priority support",
"Auto-updates",
"Account security",
"Community access",
id: "monthly", tag: "Monthly Access", price: "€30", period: "/month", description: "Perfect for testing and casual gameplay with full feature access.", button: { text: "Subscribe Now", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Full feature access", "Priority support", "Auto-updates", "Account security", "Community access"
],
},
{
id: "quarterly",
tag: "Quarterly Subscription",
price: "€60",
period: "/3 months",
description: "Best value for committed players with extended access and exclusive perks.",
button: { text: "Subscribe Now", href: "#contact" },
featuresTitle: "What's Included:",
features: [
"All monthly features",
"Advanced features",
"VIP community status",
"Exclusive events access",
"Priority updates",
id: "quarterly", tag: "Quarterly Subscription", price: "€60", period: "/3 months", description: "Best value for committed players with extended access and exclusive perks.", button: { text: "Subscribe Now", href: "#contact" },
featuresTitle: "What's Included:", features: [
"All monthly features", "Advanced features", "VIP community status", "Exclusive events access", "Priority updates"
],
},
{
id: "biannual",
tag: "6-Month Plan",
price: "€80",
period: "/6 months",
description: "Maximum value with half-year commitment and elite player benefits.",
button: { text: "Subscribe Now", href: "#contact" },
featuresTitle: "What's Included:",
features: [
"All features unlocked",
"Elite status",
"Custom configurations",
"Dedicated support hotline",
"Lifetime updates included",
id: "biannual", tag: "6-Month Plan", price: "€80", period: "/6 months", description: "Maximum value with half-year commitment and elite player benefits.", button: { text: "Subscribe Now", href: "#contact" },
featuresTitle: "What's Included:", features: [
"All features unlocked", "Elite status", "Custom configurations", "Dedicated support hotline", "Lifetime updates included"
],
},
]}
@@ -136,4 +102,4 @@ export default function PricingPage() {
</div>
</ThemeProvider>
);
}
}