From 6aacdacf459ee2df09cd7cb364020dea7cfd8ff0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:03:04 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 41b22a8..9271773 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Lato } from "next/font/google"; export const metadata: Metadata = { - title: 'WNLxESPORT | PUBG Mobile MENA Clan', - description: 'Official website for WNLxESPORT. Competitive PUBG Mobile MENA clan members and news.', + title: 'WNLxESPORT - Elite PUBG MOBILE MENA Clan', + description: 'Official WNL Clan Members. Dominance redefined.', openGraph: { "title": "WNLxESPORT", "description": "Professional PUBG Mobile Clan", -- 2.49.1 From b2235f3abeb8d1c5b81ba18e6e5ed56451800fbb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:03:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfc5726..e0a79d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,13 +123,15 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/scene-professional-esports-gamer-profile-colored-with-red-blue-light-generative-ai_191095-1964.jpg"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg"}, - imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg"}, + media: { + type: "image", src: "http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg"}}, { title: "VOD Review", description: "Deep analysis of every engagement.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/gamer-wearing-headphones-talking-with-friends-online-multiplayer-shooter_482257-116216.jpg"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg"}, - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg"}, + media: { + type: "image", src: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg"}}, ]} /> -- 2.49.1