Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 19:12:54 +00:00

View File

@@ -49,11 +49,11 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitch-panels_23-2149203393.jpg", imageAlt: "Live match 5v5 de_dust2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/military-officers-looking-tracking-equipment-screens-gain-intel_482257-116370.jpg", imageAlt: "Live match 2v2 de_mirage" },
{ imageSrc: "http://img.b2bpic.net/free-psd/e-sport-games-landing-page-template_23-2149043179.jpg", imageAlt: "Live match 1v1 de_inferno" },
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitch-panels_23-2149203393.jpg", imageAlt: "Tournament match stats" },
{ imageSrc: "http://img.b2bpic.net/free-photo/military-officers-looking-tracking-equipment-screens-gain-intel_482257-116370.jpg", imageAlt: "Ranked competitive match" }
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitch-panels_23-2149203393.jpg?_wi=1", imageAlt: "Live match 5v5 de_dust2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/military-officers-looking-tracking-equipment-screens-gain-intel_482257-116370.jpg?_wi=1", imageAlt: "Live match 2v2 de_mirage" },
{ imageSrc: "http://img.b2bpic.net/free-psd/e-sport-games-landing-page-template_23-2149043179.jpg?_wi=1", imageAlt: "Live match 1v1 de_inferno" },
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitch-panels_23-2149203393.jpg?_wi=2", imageAlt: "Tournament match stats" },
{ imageSrc: "http://img.b2bpic.net/free-photo/military-officers-looking-tracking-equipment-screens-gain-intel_482257-116370.jpg?_wi=2", imageAlt: "Ranked competitive match" }
]}
/>
</div>
@@ -107,13 +107,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1v1", name: "1v1 Duel", price: "$5 $250", variant: "Ultimate Test of Skill", imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitch-panels_23-2149203393.jpg", imageAlt: "1v1 Duel Mode"
id: "1v1", name: "1v1 Duel", price: "$5 $250", variant: "Ultimate Test of Skill", imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitch-panels_23-2149203393.jpg?_wi=3", imageAlt: "1v1 Duel Mode"
},
{
id: "2v2", name: "2v2 Squad", price: "$10 $500", variant: "Team Synergy Focus", imageSrc: "http://img.b2bpic.net/free-photo/military-officers-looking-tracking-equipment-screens-gain-intel_482257-116370.jpg", imageAlt: "2v2 Squad Mode"
id: "2v2", name: "2v2 Squad", price: "$10 $500", variant: "Team Synergy Focus", imageSrc: "http://img.b2bpic.net/free-photo/military-officers-looking-tracking-equipment-screens-gain-intel_482257-116370.jpg?_wi=3", imageAlt: "2v2 Squad Mode"
},
{
id: "5v5", name: "5v5 Competitive", price: "$20 $1000", variant: "Full Competitive Match", imageSrc: "http://img.b2bpic.net/free-psd/e-sport-games-landing-page-template_23-2149043179.jpg", imageAlt: "5v5 Competitive Mode"
id: "5v5", name: "5v5 Competitive", price: "$20 $1000", variant: "Full Competitive Match", imageSrc: "http://img.b2bpic.net/free-psd/e-sport-games-landing-page-template_23-2149043179.jpg?_wi=2", imageAlt: "5v5 Competitive Mode"
}
]}
gridVariant="three-columns-all-equal-width"