SEO optimizations

This commit is contained in:
2026-05-06 18:12:37 +02:00 Verified
parent bf49aa7ac2
commit 140c94337e
6 changed files with 145 additions and 25 deletions
+10 -7
View File
@@ -25,12 +25,15 @@ export default function HomeClientContent() {
<div className="flex flex-col md:flex-row max-w-300 my-12.5 mx-5 w-full">
<div className="flex flex-col justify-center flex-1">
<div className="w-fit">
<h1 className="uppercase text-[2.5rem] font-bold leading-[1.1] mb-2.5">LVS</h1>
<div className="bg-white w-full h-1.5"></div>
{/* Combine the abbreviation and full name for the H1 */}
<h1 className="uppercase text-[2.5rem] font-bold leading-[1.1] mb-2.5">
LVS <span className="sr-only">Lerbergets Volleybollsällskap</span>
</h1>
<div className="bg-white w-full h-1.5" aria-hidden="true"></div>
</div>
<h4 className="italic text-xl my-2.5 font-bold">Lerbergets Volleybollsällskap</h4>
<h2 className="italic text-xl my-2.5 font-bold">Lerbergets Volleybollsällskap</h2>
<p className="max-w-200 leading-[1.1]">
Klubben startade den 1 mars 2018 och har i snabb takt utvecklats med både kidsvolley, 4-mannavolley och ett gott gäng killar och tjejer som tränar tillsammans minst två gånger i veckan och sommaren spelas det beachvolley
Klubben startade den 1 mars 2018 och har i snabb takt utvecklats med både <strong>kidsvolley</strong>, <strong>4-mannavolley</strong> och träning för alla nivåer. sommaren flyttar vi ner till stranden för <strong>beachvolleyboll</strong> i Höganäs.
</p>
<div className="flex flex-col gap-2.5 mt-10">
<HeroButton onClick={() => setActiveModal('member')}>Bli Medlem</HeroButton>
@@ -67,15 +70,15 @@ export default function HomeClientContent() {
{/* Sociala Medier Ikoner */}
<div className="flex flex-wrap justify-center items-center gap-10">
<SocialIcon title="Instagram" href="https://www.instagram.com/lerbergets_volleyboll/">
<SocialIcon title="Instagram" href="https://www.instagram.com/lerbergets_volleyboll/" aria-label="Följ LVS på Instagram">
<FaInstagram className="h-20 w-20" />
</SocialIcon>
<SocialIcon title="Facebook" href="https://www.facebook.com/lerbergetsvolleyboll">
<SocialIcon title="Facebook" href="https://www.facebook.com/lerbergetsvolleyboll" aria-label="Följ LVS på Facebook">
<FaFacebookSquare className="h-20 w-20" />
</SocialIcon>
<SocialIcon title="Laget.se" href="https://www.laget.se/LVS">
<SocialIcon title="Laget.se" href="https://www.laget.se/LVS" aria-label="Kolla träningstider på Laget.se">
<Image src={laget} alt="Laget.se" className="h-18 w-18" />
</SocialIcon>
</div>