From deff5254c14ac22c6b66fb1ddda0764acdc12a3c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:43:30 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 224de66..6b3a4e5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,8 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Chihab_070 - Wild Rift Gaming", description: "Gaming & Tech | Wild Rift Champion | Mobile Esports Creator"}; + title: "Chihab_070 - Wild Rift Gaming", description: "Gaming & Tech | Wild Rift Champion | Mobile Esports Creator" +}; export default function RootLayout({ children, @@ -1386,4 +1387,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From ac14b73587e3266aca4682e402bced13f0646dd4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:43:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fb08d8..53393ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { tag="Gaming & Tech" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="https://images.unsplash.com/photo-1538481143235-a9ce440b8a79?w=1600&h=900&fit=crop" - imageAlt="Professional Wild Rift themed cinematic gaming background" + imageSrc="https://images.unsplash.com/photo-1616588829167-a85d49ef4e82?w=1600&h=900&fit=crop&q=90" + imageAlt="Yasuo from League of Legends Wild Rift in battle-ready pose with sword drawn, cinematic illustration with red blue and gold neon aesthetic" textPosition="center" showBlur={true} showDimOverlay={true} @@ -206,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1