diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 0c27c8f..a5387e0 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
- title: 'GameOrbit | PS5 Games Store',
- description: 'Premium destination for PS5 games. Buy physical game CDs in Pakistan.',
+ title: 'GameOrbit | Your Destination for PS5 Gaming',
+ description: 'Experience the next generation of gaming with GameOrbit. Shop the latest titles and exclusive deals.',
};
const openSans = Open_Sans({
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3857248..fc72f93 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,101 +32,44 @@ export default function LandingPage() {
@@ -135,11 +78,7 @@ export default function LandingPage() {
@@ -150,48 +89,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "God of War Ragnarök",
- price: "Rs. 8,999",
- variant: "Action",
- imageSrc: "http://img.b2bpic.net/free-photo/videotape-with-3d-glasses-frame_23-2148133600.jpg",
- },
- {
- id: "2",
- name: "Spider-Man 2",
- price: "Rs. 9,499",
- variant: "Action",
- imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-glasses-high-angle_23-2149854365.jpg",
- },
- {
- id: "3",
- name: "Hogwarts Legacy",
- price: "Rs. 7,999",
- variant: "RPG",
- imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-urban-scenery_23-2150712294.jpg",
- },
- {
- id: "4",
- name: "Gran Turismo 7",
- price: "Rs. 7,499",
- variant: "Racing",
- imageSrc: "http://img.b2bpic.net/free-photo/old-tape-device-studio_23-2150756315.jpg",
- },
- {
- id: "5",
- name: "Resident Evil 4",
- price: "Rs. 7,999",
- variant: "Horror",
- imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-vr-glasses_23-2151136912.jpg",
- },
- {
- id: "6",
- name: "Final Fantasy XVI",
- price: "Rs. 8,499",
- variant: "RPG",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dvd-music-set_1150-6661.jpg",
- },
+ { id: "1", name: "God of War Ragnarök", price: "Rs. 8,999", variant: "Action", imageSrc: "http://img.b2bpic.net/free-photo/videotape-with-3d-glasses-frame_23-2148133600.jpg" },
+ { id: "2", name: "Spider-Man 2", price: "Rs. 9,499", variant: "Action", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-glasses-high-angle_23-2149854365.jpg" },
+ { id: "3", name: "Hogwarts Legacy", price: "Rs. 7,999", variant: "RPG", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-urban-scenery_23-2150712294.jpg" },
+ { id: "4", name: "Gran Turismo 7", price: "Rs. 7,499", variant: "Racing", imageSrc: "http://img.b2bpic.net/free-photo/old-tape-device-studio_23-2150756315.jpg" },
+ { id: "5", name: "Resident Evil 4", price: "Rs. 7,999", variant: "Horror", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-vr-glasses_23-2151136912.jpg" },
+ { id: "6", name: "Final Fantasy XVI", price: "Rs. 8,499", variant: "RPG", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dvd-music-set_1150-6661.jpg" },
]}
title="Latest PS5 Titles"
description="Discover the most sought-after games for the PS5 platform."
@@ -205,27 +108,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "15+",
- title: "Genres",
- description: "Diverse gaming categories",
- icon: Star,
- },
- {
- id: "m2",
- value: "50+",
- title: "Publishers",
- description: "World-class partnerships",
- icon: Building2,
- },
- {
- id: "m3",
- value: "98%",
- title: "Satisfaction",
- description: "High community trust",
- icon: Star,
- },
+ { id: "m1", value: "15+", title: "Genres", description: "Diverse gaming categories", icon: Star },
+ { id: "m2", value: "50+", title: "Publishers", description: "World-class partnerships", icon: Building2 },
+ { id: "m3", value: "98%", title: "Satisfaction", description: "High community trust", icon: Star },
]}
title="Catalog Overview"
description="Explore by the numbers."
@@ -236,16 +121,9 @@ export default function LandingPage() {
@@ -255,50 +133,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "p1",
- price: "Rs. 1,999",
- name: "Basic Member",
- features: [
- "10% off games",
- "Early access",
- ],
- buttons: [
- {
- text: "Get Started",
- },
- ],
- },
- {
- id: "p2",
- price: "Rs. 3,999",
- name: "Pro Gamer",
- features: [
- "20% off games",
- "Free delivery",
- "Exclusive loot",
- ],
- buttons: [
- {
- text: "Get Started",
- },
- ],
- },
- {
- id: "p3",
- price: "Rs. 5,999",
- name: "Elite Legend",
- features: [
- "30% off games",
- "Dedicated support",
- "Early release",
- ],
- buttons: [
- {
- text: "Get Started",
- },
- ],
- },
+ { id: "p1", price: "Rs. 1,999", name: "Basic Member", features: ["10% off games", "Early access"], buttons: [{ text: "Get Started" }] },
+ { id: "p2", price: "Rs. 3,999", name: "Pro Gamer", features: ["20% off games", "Free delivery", "Exclusive loot"], buttons: [{ text: "Get Started" }] },
+ { id: "p3", price: "Rs. 5,999", name: "Elite Legend", features: ["30% off games", "Dedicated support", "Early release"], buttons: [{ text: "Get Started" }] },
]}
title="Exclusive Deals"
description="Unlock membership savings."
@@ -311,41 +148,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Ali Khan",
- role: "Hardcore Gamer",
- testimonial: "Best place to buy PS5 games in Pakistan. Fast delivery!",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-pink-hair-playing-videogame_23-2148969220.jpg",
- },
- {
- id: "2",
- name: "Sarah Ahmed",
- role: "RPG Fan",
- testimonial: "Amazing collection and very responsive support.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-woman-playing-games_23-2148369581.jpg",
- },
- {
- id: "3",
- name: "Bilal Ahmed",
- role: "FPS Pro",
- testimonial: "Highly recommended for all gamers.",
- imageSrc: "http://img.b2bpic.net/free-photo/person-using-futuristic-virtual-reality-headset-video-games_23-2151133238.jpg",
- },
- {
- id: "4",
- name: "Sara Khan",
- role: "Casual Gamer",
- testimonial: "Reliable and excellent service.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24596.jpg",
- },
- {
- id: "5",
- name: "Omar Raza",
- role: "Collector",
- testimonial: "The exclusive collection is just unmatched.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-winning-game_23-2149005174.jpg",
- },
+ { id: "1", name: "Ali Khan", role: "Hardcore Gamer", testimonial: "Best place to buy PS5 games in Pakistan. Fast delivery!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-pink-hair-playing-videogame_23-2148969220.jpg" },
+ { id: "2", name: "Sarah Ahmed", role: "RPG Fan", testimonial: "Amazing collection and very responsive support.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-woman-playing-games_23-2148369581.jpg" },
+ { id: "3", name: "Bilal Ahmed", role: "FPS Pro", testimonial: "Highly recommended for all gamers.", imageSrc: "http://img.b2bpic.net/free-photo/person-using-futuristic-virtual-reality-headset-video-games_23-2151133238.jpg" },
+ { id: "4", name: "Sara Khan", role: "Casual Gamer", testimonial: "Reliable and excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24596.jpg" },
+ { id: "5", name: "Omar Raza", role: "Collector", testimonial: "The exclusive collection is just unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-winning-game_23-2149005174.jpg" },
]}
title="What Gamers Say"
description="Don't just take our word for it—join a community of satisfied players across the nation."
@@ -355,9 +162,7 @@ export default function LandingPage() {