Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 16:57:47 +00:00

View File

@@ -79,9 +79,9 @@ export default function LandingPage() {
{
title: "Custom Characters", description: "Import and customize your own unique character, standing out in the fray of intense combat.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234843.jpg", imageAlt: "Characters"},
{
title: "Global Leaderboards", description: "Climb the ranks and compete against the world's best shooters.", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg", imageAlt: "Leaderboards"},
title: "Global Leaderboards", description: "Climb the ranks and compete against the world's best shooters.", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg?_wi=1", imageAlt: "Leaderboards"},
{
title: "Weapon Progression", description: "Unlock levels and attachments to build the perfect arsenal for your playstyle.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg", imageAlt: "Progression"},
title: "Weapon Progression", description: "Unlock levels and attachments to build the perfect arsenal for your playstyle.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg?_wi=1", imageAlt: "Progression"},
]}
title="Master Your Craft"
description="Dominate the battlefield with realistic combat mechanics and a massive collection of customizable weapons."
@@ -96,7 +96,7 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1", name: "Tactical Sniper", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg"},
id: "1", name: "Tactical Sniper", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg?_wi=2"},
{
id: "2", name: "Assault SMG", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-powerful-weapon_23-2150888885.jpg"},
{
@@ -104,7 +104,7 @@ export default function LandingPage() {
{
id: "4", name: "Precision Pistol", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gun-black-background_23-2150803590.jpg"},
{
id: "5", name: "Machine Gun", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg"},
id: "5", name: "Machine Gun", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg?_wi=2"},
{
id: "6", name: "Tactical Blade", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/arrow-archery-direction-icon-symbol_53876-14259.jpg"},
]}