diff --git a/src/app/page.tsx b/src/app/page.tsx
index e3cac19..d67049b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,87 +32,36 @@ export default function LandingPage() {
@@ -123,18 +72,9 @@ export default function LandingPage() {
title="Why RunDog Gaming?"
description="Built for speed, crafted for the modern gamer. We bring cutting-edge tech to your fingertips."
metrics={[
- {
- value: "1M+",
- title: "Active Gamers",
- },
- {
- value: "50+",
- title: "Game Modes",
- },
- {
- value: "99%",
- title: "Uptime Stability",
- },
+ { value: "1M+", title: "Active Gamers" },
+ { value: "50+", title: "Game Modes" },
+ { value: "99%", title: "Uptime Stability" },
]}
imageSrc="http://img.b2bpic.net/free-photo/view-3d-gaming-device_23-2151005796.jpg"
mediaAnimation="slide-up"
@@ -148,31 +88,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Ultra Performance",
- description: "High frame rates and zero latency.",
- imageSrc: "http://img.b2bpic.net/free-photo/speed-lights-effect-background-abstract-black-red-colors_1048-11300.jpg",
- },
- {
- title: "Adaptive AI",
- description: "Dynamic difficulty that grows with you.",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2367.jpg",
- },
- {
- title: "Global Servers",
- description: "Low latency gaming anywhere.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-background-with-flowing-floating-particles_1048-12199.jpg",
- },
- {
- title: "Pro Connectivity",
- description: "Stable and reliable connection.",
- imageSrc: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837640.jpg",
- },
- {
- title: "Social Hub",
- description: "Connect with friends worldwide.",
- imageSrc: "http://img.b2bpic.net/free-photo/light-tunnel-background_53876-88807.jpg",
- },
+ { title: "Ultra Performance", description: "High frame rates and zero latency.", imageSrc: "http://img.b2bpic.net/free-photo/speed-lights-effect-background-abstract-black-red-colors_1048-11300.jpg" },
+ { title: "Adaptive AI", description: "Dynamic difficulty that grows with you.", imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2367.jpg" },
+ { title: "Global Servers", description: "Low latency gaming anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-background-with-flowing-floating-particles_1048-12199.jpg" },
+ { title: "Pro Connectivity", description: "Stable and reliable connection.", imageSrc: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837640.jpg" },
+ { title: "Social Hub", description: "Connect with friends worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/light-tunnel-background_53876-88807.jpg" },
]}
title="Epic Features"
description="Experience superior performance with our next-gen gaming engine."
@@ -186,42 +106,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Hero Skin",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot_23-2150396506.jpg",
- },
- {
- id: "2",
- name: "Plasma Blade",
- price: "$25",
- imageSrc: "http://img.b2bpic.net/free-photo/battle-usa-north-korea-flag-which-print-screen-pawn-chess-america-north-korea-have-military-nuclear-conflict-business-sanctions-concept-by-3d-render_616485-8.jpg",
- },
- {
- id: "3",
- name: "Tech Armor",
- price: "$30",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178889.jpg",
- },
- {
- id: "4",
- name: "Neon Pet",
- price: "$10",
- imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648318.jpg",
- },
- {
- id: "5",
- name: "Pro Headset",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-helmet_23-2151152894.jpg",
- },
- {
- id: "6",
- name: "Retro Console",
- price: "$50",
- imageSrc: "http://img.b2bpic.net/free-photo/gradient-old-device-studio_23-2150778578.jpg",
- },
+ { id: "1", name: "Hero Skin", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot_23-2150396506.jpg" },
+ { id: "2", name: "Plasma Blade", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/battle-usa-north-korea-flag-which-print-screen-pawn-chess-america-north-korea-have-military-nuclear-conflict-business-sanctions-concept-by-3d-render_616485-8.jpg" },
+ { id: "3", name: "Tech Armor", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178889.jpg" },
+ { id: "4", name: "Neon Pet", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648318.jpg" },
+ { id: "5", name: "Pro Headset", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-helmet_23-2151152894.jpg" },
+ { id: "6", name: "Retro Console", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/gradient-old-device-studio_23-2150778578.jpg" },
]}
title="Elite Gear Shop"
description="Level up your look with our exclusive collection of digital assets."
@@ -234,54 +124,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
- {
- id: "basic",
- title: "Starter",
- price: "$9",
- period: "/mo",
- features: [
- "Access all games",
- "Public chat",
- "Daily rewards",
- ],
- button: {
- text: "Select",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/global-searching-icon-white-background_53876-65525.jpg",
- },
- {
- id: "pro",
- title: "Elite",
- price: "$19",
- period: "/mo",
- features: [
- "Everything in Starter",
- "Private lobby",
- "Early access",
- ],
- button: {
- text: "Select",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-pack_23-2149044199.jpg",
- },
- {
- id: "vip",
- title: "Legendary",
- price: "$39",
- period: "/mo",
- features: [
- "Everything in Elite",
- "Exclusive skins",
- "24/7 Support",
- ],
- button: {
- text: "Select",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sales-sign-neon-light_23-2151833109.jpg",
- },
+ { id: "basic", title: "Starter", price: "$9", period: "/mo", features: ["Access all games", "Public chat", "Daily rewards"], button: { text: "Select", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/global-searching-icon-white-background_53876-65525.jpg" },
+ { id: "pro", title: "Elite", price: "$19", period: "/mo", features: ["Everything in Starter", "Private lobby", "Early access"], button: { text: "Select", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-pack_23-2149044199.jpg" },
+ { id: "vip", title: "Legendary", price: "$39", period: "/mo", features: ["Everything in Elite", "Exclusive skins", "24/7 Support"], button: { text: "Select", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sales-sign-neon-light_23-2151833109.jpg" },
]}
title="Flexible Memberships"
description="Choose the perfect plan for your gaming journey."
@@ -290,25 +135,14 @@ export default function LandingPage() {
@@ -418,36 +200,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file