✨ feat(home): update homepage content and link
Updates the homepage content and link to the blog page. The changes include: - Updated the link in the "AderKI" navigation item to point to the blog page instead of the main website. - Updated the description text to better reflect the content and focus of the website. These changes are made to provide users with a more accurate and relevant introduction to the website and its content.
This commit is contained in:
@@ -25,7 +25,7 @@ export default function Home() {
|
|||||||
<div className="flex flex-row mt-12 mb-22">
|
<div className="flex flex-row mt-12 mb-22">
|
||||||
<ul className="w-full flex flex-row justify-between list-none">
|
<ul className="w-full flex flex-row justify-between list-none">
|
||||||
<li className="text-6xl p-2 pr-0">
|
<li className="text-6xl p-2 pr-0">
|
||||||
<AnimatedLink href="https://aderk.tech/">
|
<AnimatedLink href="https://blog.aderk.tech/">
|
||||||
AderKI
|
AderKI
|
||||||
</AnimatedLink>
|
</AnimatedLink>
|
||||||
</li>
|
</li>
|
||||||
@@ -33,9 +33,10 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="text-3xl mb-20">
|
<div className="text-3xl mb-20">
|
||||||
<p>
|
<p>
|
||||||
Hello. This is my personal store. Here I sell hoodies, comics, books, and other items. You can buy them.
|
Hello. I am is a programmer, hacker, gamer and otaku. Love comics, coding, read books. There I am posting articles about computer science and another staff, that’s im like.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
Reference in New Issue
Block a user