3 Commits

Author SHA1 Message Date
eb54e65329 Merge version_3 into main
Merge version_3 into main
2026-03-06 17:41:10 +00:00
0b3bdb1969 Update src/app/page.tsx 2026-03-06 17:41:06 +00:00
9006318b9b Update src/app/layout.tsx 2026-03-06 17:41:06 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -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({

View File

@@ -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" }
],