2 Commits

Author SHA1 Message Date
87de47fe00 Update src/app/page.tsx 2026-05-12 09:18:26 +00:00
0f00ed5a0d Merge version_2 into main
Merge version_2 into main
2026-05-12 09:17:08 +00:00

View File

@@ -110,17 +110,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ 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" title="Featured Titles"
description="Explore our library of critically acclaimed PC and console games." description="Explore our library of critically acclaimed PC and console games."
@@ -240,4 +240,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }