Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb54e65329 | |||
| 0b3bdb1969 | |||
| 9006318b9b | |||
| 19fa1a313a |
@@ -15,9 +15,11 @@ const inter = Inter({
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "DEAD ZONE X - Ultimate Tactical Gunplay Game", description: "Master tactical precision in DEAD ZONE X, the ultimate competitive FPS with squad-based combat, ranked matches, and pro tournaments. Download now.", keywords: "tactical shooter, FPS game, competitive gaming, esports, squad-based, ranked matches, gunplay", openGraph: {
|
||||
title: "DEAD ZONE X - Tactical Precision Gunplay", description: "Enter the Dead Zone. Compete at the highest level in DEAD ZONE X tactical shooter.", url: "https://deadzonex.game", siteName: "DEAD ZONE X", type: "website"},
|
||||
title: "DEAD ZONE X - Tactical Precision Gunplay", description: "Enter the Dead Zone. Compete at the highest level in DEAD ZONE X tactical shooter.", url: "https://deadzonex.game", siteName: "DEAD ZONE X", type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "DEAD ZONE X - Ultimate Tactical Shooter", description: "Join millions of competitive players. Master precision gunplay."},
|
||||
card: "summary_large_image", title: "DEAD ZONE X - Ultimate Tactical Shooter", description: "Join millions of competitive players. Master precision gunplay."
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "free-to-play", badge: "Standard", badgeIcon: Zap,
|
||||
id: "free-to-play", badge: "Free to Play", badgeIcon: Zap,
|
||||
price: "Free", subtitle: "Full access to core gameplay", buttons: [
|
||||
{ text: "Play Free", href: "https://deadzonex.game/download" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user