diff --git a/src/app/page.tsx b/src/app/page.tsx index a8951c8..40f5d7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp 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"; @@ -20,32 +21,28 @@ export default function HomePage() { 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: "#" }, @@ -60,7 +57,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -75,7 +72,7 @@ export default function HomePage() { title="Synex - Dominate the Server" description="Experience the ultimate FiveM cheat with cutting-edge features, seamless integration, and undetectable performance. Designed for elite players who demand the best." tag="Premium Gaming Tools" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-vector/gradient-pop-up-set-with-golden-details_52683-74497.jpg" imageAlt="Synex Gaming Dashboard" buttons={[ @@ -96,32 +93,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Anti-Detection System", - description: "Military-grade encryption and behavioral analysis evasion keeps your account safe from detection systems.", - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=1", - imageAlt: "Gaming features showcase dark theme", - }, + title: "Anti-Detection System", description: "Military-grade encryption and behavioral analysis evasion keeps your account safe from detection systems.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg", imageAlt: "Gaming features showcase dark theme"}, { id: 2, - title: "Ultra-Smooth Integration", - description: "Seamlessly integrates with FiveM servers without compatibility issues or performance degradation.", - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=2", - imageAlt: "Gaming features showcase dark theme", - }, + title: "Ultra-Smooth Integration", description: "Seamlessly integrates with FiveM servers without compatibility issues or performance degradation.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg", imageAlt: "Gaming features showcase dark theme"}, { id: 3, - title: "Real-Time Updates", - description: "Automatic updates ensure compatibility with the latest FiveM patches and server configurations.", - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=3", - imageAlt: "Gaming features showcase dark theme", - }, + title: "Real-Time Updates", description: "Automatic updates ensure compatibility with the latest FiveM patches and server configurations.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg", imageAlt: "Gaming features showcase dark theme"}, { id: 4, - title: "24/7 Premium Support", - description: "Dedicated support team available round-the-clock for technical assistance and feature requests.", - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=4", - imageAlt: "Gaming features showcase dark theme", - }, + title: "24/7 Premium Support", description: "Dedicated support team available round-the-clock for technical assistance and feature requests.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg", imageAlt: "Gaming features showcase dark theme"}, ]} /> @@ -137,28 +118,38 @@ export default function HomePage() { 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=1", - imageAlt: "Main Menu Interface", + 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", 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", 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", imageAlt: "Performance Metrics"}, + ]} + /> + + +