This commit is contained in:
Ehab Hassan 2025-05-25 17:21:06 +03:00
parent f88085e089
commit 19c74d2f03
4 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ extra:
image_src="/images/mycel2.png",
image_alt="Discover Mycelium",
title="Discover Mycelium",
subtitle_1="ABOUT",
subheader="ABOUT",
description="Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning.",
description_2="Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.",
button_text="Learn more",

BIN
static/images/404_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -10,7 +10,7 @@
</div>
<div class="max-w-5xl mx-auto">
<h3 class="text-2xl md:text-4xl font-semibold">You seem to have ended up on a missing page!</h3>
<p class="font-normal text-gray-500">This could mean that youve entered the wrong URL or youve clicked on content which has moved locations or is no longer live. If you need assistance, click on the blue chat icon at the bottom of the screen to speak with real humans on our support team. Or go back to <a class="text-gray-50" href="/">home</a>.</p>
<p class="font-normal text-gray-500">This could mean that youve entered the wrong URL or youve clicked on content which has moved locations or is no longer live. If you need assistance, click on the blue chat icon at the bottom of the screen to speak with real humans on our support team. Or go back to <a class="font-bold" href="/">home</a>.</p>
</div>
</div>

View File

@ -16,7 +16,7 @@
<h1>
{{ title }}
</h1>
<h2 class="fade-in">{{ subtitle }}</h2>
<h2 class="fade-in font-normal">{{ subtitle }}</h2>
<p class="mt-8 text-pretty lg:text-xl text-lg font-light lgl:text-xl">
{{ description }} <br><br> <b>{{ highlight }}</b>
</p>