Merge version_1 into main #3
@@ -48,13 +48,13 @@ export default function LandingPage() {
|
||||
title="Enter the Fury Arena"
|
||||
description="Master the art of combat in Fury Arena X. Experience visceral 3D fighting, complex combo chains, and intense 1v1 battles."
|
||||
testimonials={[
|
||||
{ name: "Alex R.", handle: "@player1", testimonial: "The combo system is incredibly deep and satisfying.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/karate-fighters_654080-1349.jpg", imageAlt: "fighting game character art" },
|
||||
{ name: "Sarah K.", handle: "@furypro", testimonial: "Best fighting game graphics I've seen in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-rear-view-athletic-fir-young-man-with-muscular-arms-wearing-black-clothes-while-boxing-punching-invisible-enemy-standing-isolated-dark-room-casting-shadow-gray-concrete-floor_343059-646.jpg", imageAlt: "fighting game character art" },
|
||||
{ name: "Mark D.", handle: "@d-man", testimonial: "Responsive controls are a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/muay-thai-thai-boxing-fighters_654080-759.jpg", imageAlt: "fighting game character art" },
|
||||
{ name: "Elena V.", handle: "@ninja", testimonial: "So many unique fighters to master!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cartoon-portrait-hindu-god_23-2151782074.jpg", imageAlt: "fighting game character art" },
|
||||
{ name: "Chris B.", handle: "@king", testimonial: "The juggles are just pure adrenaline.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-medieval-soldiers-posing-studio_23-2150542254.jpg", imageAlt: "fighting game character art" }
|
||||
{ name: "Alex R.", handle: "@player1", testimonial: "The combo system is incredibly deep and satisfying.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/karate-fighters_654080-1349.jpg?_wi=1", imageAlt: "fighting game character art" },
|
||||
{ name: "Sarah K.", handle: "@furypro", testimonial: "Best fighting game graphics I've seen in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-rear-view-athletic-fir-young-man-with-muscular-arms-wearing-black-clothes-while-boxing-punching-invisible-enemy-standing-isolated-dark-room-casting-shadow-gray-concrete-floor_343059-646.jpg?_wi=1", imageAlt: "fighting game character art" },
|
||||
{ name: "Mark D.", handle: "@d-man", testimonial: "Responsive controls are a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/muay-thai-thai-boxing-fighters_654080-759.jpg?_wi=1", imageAlt: "fighting game character art" },
|
||||
{ name: "Elena V.", handle: "@ninja", testimonial: "So many unique fighters to master!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cartoon-portrait-hindu-god_23-2151782074.jpg?_wi=1", imageAlt: "fighting game character art" },
|
||||
{ name: "Chris B.", handle: "@king", testimonial: "The juggles are just pure adrenaline.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-medieval-soldiers-posing-studio_23-2150542254.jpg?_wi=1", imageAlt: "fighting game character art" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/karate-fighters_654080-1349.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/karate-fighters_654080-1349.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/muay-thai-thai-boxing-fighters_654080-854.jpg", alt: "Muay thai fighter" },
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Master Your Fighter"
|
||||
description="Choose from a roster of diverse warriors, each with unique move-sets, special attacks, and devastating juggles. Refine your tactics in Training Mode and dominate the leaderboard."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-rear-view-athletic-fir-young-man-with-muscular-arms-wearing-black-clothes-while-boxing-punching-invisible-enemy-standing-isolated-dark-room-casting-shadow-gray-concrete-floor_343059-646.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-rear-view-athletic-fir-young-man-with-muscular-arms-wearing-black-clothes-while-boxing-punching-invisible-enemy-standing-isolated-dark-room-casting-shadow-gray-concrete-floor_343059-646.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,9 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Combo Chains", description: "Seamlessly link attacks into devastating sequences.", imageSrc: "http://img.b2bpic.net/free-photo/muay-thai-thai-boxing-fighters_654080-759.jpg" },
|
||||
{ title: "Rage Mode", description: "Turn the tide with high-impact power-up states.", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-portrait-hindu-god_23-2151782074.jpg" },
|
||||
{ title: "Tactical Defense", description: "Dodge, counter, and block incoming strikes effectively.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-medieval-soldiers-posing-studio_23-2150542254.jpg" }
|
||||
{ title: "Combo Chains", description: "Seamlessly link attacks into devastating sequences.", imageSrc: "http://img.b2bpic.net/free-photo/muay-thai-thai-boxing-fighters_654080-759.jpg?_wi=2" },
|
||||
{ title: "Rage Mode", description: "Turn the tide with high-impact power-up states.", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-portrait-hindu-god_23-2151782074.jpg?_wi=2" },
|
||||
{ title: "Tactical Defense", description: "Dodge, counter, and block incoming strikes effectively.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-medieval-soldiers-posing-studio_23-2150542254.jpg?_wi=2" }
|
||||
]}
|
||||
title="Game Mechanics"
|
||||
description="Experience deep mechanics designed for competitive precision."
|
||||
|
||||
Reference in New Issue
Block a user