feat: Update page titles for consistency

- Updated page titles to remove ".LoL" for a more consistent branding across the website. This change affects multiple pages such as FAQ, About, Assets, Champions, and more.
This commit is contained in:
Rico van Zelst
2024-04-10 11:33:22 +02:00
parent 71db278e31
commit 76501b4dbf
15 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
@extends('layouts.app')
@section('title', 'Heimerdinger.LoL • Posts')
@section('title', 'Heimerdinger • Posts')
@section('description', 'Explore all our blog posts on Heimerdinger.LoL. Posts about League of Legends and more.')
@section('content')
@@ -8,7 +8,7 @@
<h1
class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
Posts</h1>
<h2 class="text-center text-orange-400 text-sm uppercase font-medium">Our latest posts about League of
<h2 class="text-sm font-medium text-center text-orange-400 uppercase">Our latest posts about League of
Legends</h2>
<x-posts.listposts :posts="$posts"/>
</section>