Update src/app/page.tsx
This commit is contained in:
@@ -52,25 +52,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Riv", handle: "@rivgaming", testimonial: "The best platform I've played on in years, seamless transitions!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-neon-tunnel_23-2151986973.jpg", imageAlt: "futuristic gaming dashboard interface"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-neon-tunnel_23-2151986973.jpg?_wi=1", imageAlt: "futuristic gaming dashboard interface"},
|
||||
{
|
||||
name: "Sam K", handle: "@samplays", testimonial: "Incredible performance, low latency and amazing community.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-sf-shooter-videogame-computer-talking-into-headset-with-friends_482257-104108.jpg", imageAlt: "pro gaming gear setup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-sf-shooter-videogame-computer-talking-into-headset-with-friends_482257-104108.jpg?_wi=1", imageAlt: "pro gaming gear setup"},
|
||||
{
|
||||
name: "Jordan P", handle: "@jordan_dev", testimonial: "Revolutionary UI that makes navigation effortless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-blue-neon-lights_181624-23679.jpg", imageAlt: "data center server room"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-blue-neon-lights_181624-23679.jpg?_wi=1", imageAlt: "data center server room"},
|
||||
{
|
||||
name: "Casey W", handle: "@caseyplays", testimonial: "Absolute game changer for competitive play.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-planet-earth_23-2150499236.jpg", imageAlt: "global network connection tech"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-planet-earth_23-2150499236.jpg?_wi=1", imageAlt: "global network connection tech"},
|
||||
{
|
||||
name: "Taylor B", handle: "@tayplays", testimonial: "The community support here is top notch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg", imageAlt: "pro gamer studio portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg?_wi=1", imageAlt: "pro gamer studio portrait"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Playing", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-neon-tunnel_23-2151986973.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-neon-tunnel_23-2151986973.jpg?_wi=2"
|
||||
imageAlt="Futuristic gaming platform interface"
|
||||
avatars={[
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Precision Hardware", description: "Optimized for the highest competitive standards.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-sf-shooter-videogame-computer-talking-into-headset-with-friends_482257-104108.jpg", imageAlt: "Gaming gear"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-sf-shooter-videogame-computer-talking-into-headset-with-friends_482257-104108.jpg?_wi=2", imageAlt: "Gaming gear"},
|
||||
items: [
|
||||
{
|
||||
icon: MousePointer,
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Cloud Gaming Infrastructure", description: "Zero lag, global edge server availability.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-blue-neon-lights_181624-23679.jpg", imageAlt: "Server rack"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-blue-neon-lights_181624-23679.jpg?_wi=2", imageAlt: "Server rack"},
|
||||
items: [
|
||||
{
|
||||
icon: Server,
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Global Player Network", description: "Connected community of millions worldwide.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-planet-earth_23-2150499236.jpg", imageAlt: "Globe visualization"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-planet-earth_23-2150499236.jpg?_wi=2", imageAlt: "Globe visualization"},
|
||||
items: [
|
||||
{
|
||||
icon: Globe,
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J", role: "Pro Gamer", company: "Nexus Elite", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Michael C", role: "Esports Pro", company: "Global Squad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-soccer-player_93675-134273.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user