diff --git a/src/app/page.tsx b/src/app/page.tsx
index 39cb379..352e652 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,46 +43,20 @@ export default function LandingPage() {
@@ -109,48 +68,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Cyber Vortex",
- price: "$59.99",
- imageSrc: "http://img.b2bpic.net/free-photo/gold-pedestal-cylinder-luxury-premium-podium-background-3d-illustration-empty-display-scene-presentation-product-placement_56104-1845.jpg",
- imageAlt: "game cover art",
- },
- {
- id: "p2",
- name: "Neon Odyssey",
- price: "$49.99",
- imageSrc: "http://img.b2bpic.net/free-photo/geometric-3d-object-floating-cosmic-space_187299-47572.jpg",
- imageAlt: "sci-fi game box",
- },
- {
- id: "p3",
- name: "Galaxy Tactics",
- price: "$39.99",
- imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-scene-with-people-playing-chess_23-2151499409.jpg",
- imageAlt: "collector game box",
- },
- {
- id: "p4",
- name: "Rogue Agent",
- price: "$29.99",
- imageSrc: "http://img.b2bpic.net/free-photo/two-blank-business-cards-mockup_187299-47571.jpg",
- imageAlt: "fantasy game art",
- },
- {
- id: "p5",
- name: "Velocity Pro",
- price: "$69.99",
- imageSrc: "http://img.b2bpic.net/free-photo/eid-mubarak-3d-illustration-with-lamb-palm-tree-islamic-arch_187299-48046.jpg",
- imageAlt: "shooter game aesthetic",
- },
- {
- id: "p6",
- name: "Void Hunter",
- price: "$19.99",
- imageSrc: "http://img.b2bpic.net/free-photo/green-minimal-computer-desktop-digital-device-with-design-space-set_53876-126780.jpg",
- imageAlt: "racing game cover",
- },
+ { id: "p1", name: "Cyber Vortex", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/gold-pedestal-cylinder-luxury-premium-podium-background-3d-illustration-empty-display-scene-presentation-product-placement_56104-1845.jpg", imageAlt: "game cover art" },
+ { id: "p2", name: "Neon Odyssey", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/geometric-3d-object-floating-cosmic-space_187299-47572.jpg", imageAlt: "sci-fi game box" },
+ { id: "p3", name: "Galaxy Tactics", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-scene-with-people-playing-chess_23-2151499409.jpg", imageAlt: "collector game box" },
+ { id: "p4", name: "Rogue Agent", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/two-blank-business-cards-mockup_187299-47571.jpg", imageAlt: "fantasy game art" },
+ { id: "p5", name: "Velocity Pro", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/eid-mubarak-3d-illustration-with-lamb-palm-tree-islamic-arch_187299-48046.jpg", imageAlt: "shooter game aesthetic" },
+ { id: "p6", name: "Void Hunter", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/green-minimal-computer-desktop-digital-device-with-design-space-set_53876-126780.jpg", imageAlt: "racing game cover" },
]}
title="Trending Titles"
description="Top-rated games ready to play now."
@@ -159,44 +82,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file