From 87de47fe007f86b2b95318d2c87002d077656e1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:18:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3638f9e..504094c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,17 +110,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "g1", name: "Neon Shadows", price: "Play on Steam", imageSrc: "http://img.b2bpic.net/free-photo/dark-fantasy-creature-scene_23-2151136073.jpg"}, + id: "g1", name: "Neon Shadows", price: "Play Now on Steam", imageSrc: "http://img.b2bpic.net/free-photo/dark-fantasy-creature-scene_23-2151136073.jpg"}, { - id: "g2", name: "Cyber Reign", price: "Play on Steam", imageSrc: "http://img.b2bpic.net/free-photo/8-bits-objects-gaming-assets_23-2151143643.jpg"}, + id: "g2", name: "Cyber Reign", price: "Play Now on Steam", imageSrc: "http://img.b2bpic.net/free-photo/8-bits-objects-gaming-assets_23-2151143643.jpg"}, { - id: "g3", name: "Void Wanderer", price: "Play on Steam", imageSrc: "http://img.b2bpic.net/free-photo/people-white-clothes-stand-rock-by-sea-dusk-looking-into-distance-illustration_456031-16.jpg"}, + id: "g3", name: "Void Wanderer", price: "Play Now on Steam", imageSrc: "http://img.b2bpic.net/free-photo/people-white-clothes-stand-rock-by-sea-dusk-looking-into-distance-illustration_456031-16.jpg"}, { - id: "g4", name: "Red Sector", price: "Play on Steam", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-medical-masks-pandemic_23-2148748975.jpg"}, + id: "g4", name: "Red Sector", price: "Play Now on Steam", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-medical-masks-pandemic_23-2148748975.jpg"}, { - id: "g5", name: "Abyss Keeper", price: "Play on Steam", imageSrc: "http://img.b2bpic.net/free-photo/child-magic-school-learning-spells_23-2150170074.jpg"}, + id: "g5", name: "Abyss Keeper", price: "Play Now on Steam", imageSrc: "http://img.b2bpic.net/free-photo/child-magic-school-learning-spells_23-2150170074.jpg"}, { - id: "g6", name: "Midnight Echo", price: "Play on Steam", imageSrc: "http://img.b2bpic.net/free-photo/haunted-house-gothic-style_23-2151626657.jpg"}, + id: "g6", name: "Midnight Echo", price: "Play Now on Steam", imageSrc: "http://img.b2bpic.net/free-photo/haunted-house-gothic-style_23-2151626657.jpg"}, ]} title="Featured Titles" description="Explore our library of critically acclaimed PC and console games." @@ -240,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file