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