From 9006318b9bd9cc27d9703349438337acec1167d0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:41:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5f7d838..6f3b94f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ -- 2.49.1 From 0b3bdb19694dfd5390de41bd9f9092ab575300f8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:41:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3b212c..92bbc4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() {