Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-04 12:43:35 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}