diff --git a/resources/views/components/home/features.blade.php b/resources/views/components/home/features.blade.php
index 20b4388..b0c19dd 100644
--- a/resources/views/components/home/features.blade.php
+++ b/resources/views/components/home/features.blade.php
@@ -9,13 +9,6 @@
Heimerdinger.LoL is a website dedicated to providing information about League of
Legends. We provide information about the champions, skins, game assets, and more.
-
-

-
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php
index 6e0c9a3..6734557 100644
--- a/resources/views/home.blade.php
+++ b/resources/views/home.blade.php
@@ -1,6 +1,6 @@
@extends('layouts.app')
-@section('title', 'Heimerdinger.LoL • Home')
+@section('title', 'Heimerdinger.LoL • Discover LoL: Champions, Skins, Sales and More!')
@section('description', 'Explore League of Legends champions, skins, and game assets on Heimerdinger.LoL.
Your ultimate source for in-depth information on LoL gaming. Dive in now!')
diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php
index eb10312..59c6b1c 100644
--- a/resources/views/layouts/app.blade.php
+++ b/resources/views/layouts/app.blade.php
@@ -32,14 +32,14 @@
-
+
-
+
@vite(['resources/css/app.css', 'resources/js/app.js'])