Merge version_3 into main #5
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Gamepad2, Trophy, ShoppingCart, HelpCircle } from "lucide-react";
|
||||
import { Gamepad2, Trophy, ShoppingCart, HelpCircle, Zap } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -188,31 +188,31 @@ export default function HomePage() {
|
||||
<div id="shop" data-section="shop">
|
||||
<ProductCardFour
|
||||
title="Premium Shop - Enhance Your Experience"
|
||||
description="Support server development while unlocking exclusive in-game perks, cosmetics, and convenience features"
|
||||
tag="Store"
|
||||
tagIcon={ShoppingCart}
|
||||
description="Support server development while unlocking exclusive perks. Every purchase directly funds new features, better infrastructure, and epic content updates that benefit the entire community."
|
||||
tag="Limited Time"
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "vip-gold", name: "VIP Gold Package", price: "$9.99", variant: "Monthly Subscription", imageSrc: "http://img.b2bpic.net/free-vector/black-friday-golden-banner_23-2147965236.jpg"
|
||||
id: "vip-gold", name: "VIP Gold Package - Unlock Priority Access & Exclusive Rewards", price: "$9.99", variant: "Monthly Subscription", imageSrc: "http://img.b2bpic.net/free-vector/black-friday-golden-banner_23-2147965236.jpg"
|
||||
},
|
||||
{
|
||||
id: "vip-platinum", name: "VIP Platinum Package", price: "$24.99", variant: "Monthly Subscription", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-ssd-cover_23-2149328231.jpg"
|
||||
id: "vip-platinum", name: "VIP Platinum Package - Premium Perks & Monthly Bonuses", price: "$24.99", variant: "Monthly Subscription", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-ssd-cover_23-2149328231.jpg"
|
||||
},
|
||||
{
|
||||
id: "vip-diamond", name: "VIP Diamond Package", price: "$49.99", variant: "Monthly Subscription", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges_23-2149058729.jpg"
|
||||
id: "vip-diamond", name: "VIP Diamond Package - Elite Status & Exclusive Content", price: "$49.99", variant: "Monthly Subscription", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges_23-2149058729.jpg"
|
||||
},
|
||||
{
|
||||
id: "case-key", name: "Mystery Case Keys", price: "$4.99", variant: "Pack of 5 Keys", imageSrc: "http://img.b2bpic.net/free-vector/video-game-elements-collection_23-2150286106.jpg"
|
||||
id: "case-key", name: "Mystery Case Keys - Chase Rare Cosmetics & Items", price: "$4.99", variant: "Pack of 5 Keys", imageSrc: "http://img.b2bpic.net/free-vector/video-game-elements-collection_23-2150286106.jpg"
|
||||
},
|
||||
{
|
||||
id: "cosmetics", name: "Cosmetics Bundle", price: "$14.99", variant: "Multiple Items", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-woman-facial-treatment_24877-54320.jpg"
|
||||
id: "cosmetics", name: "Cosmetics Bundle - Stand Out With Unique Skins & Pets", price: "$14.99", variant: "Multiple Items", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-woman-facial-treatment_24877-54320.jpg"
|
||||
},
|
||||
{
|
||||
id: "rank-upgrade", name: "Rank Upgrade Token", price: "$19.99", variant: "Permanent Upgrade", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation-template_23-2148530051.jpg"
|
||||
id: "rank-upgrade", name: "Rank Upgrade Token - Permanent Status & Special Privileges", price: "$19.99", variant: "Permanent Upgrade", imageSrc: "http://img.b2bpic.net/free-vector/tips-playing-online-games-with-moderation-template_23-2148530051.jpg"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Full Shop", href: "#shop" }]}
|
||||
|
||||
Reference in New Issue
Block a user