✨ 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">
|
||||
<ul className="w-full flex flex-row justify-between list-none">
|
||||
<li className="text-6xl p-2 pr-0">
|
||||
<AnimatedLink href="https://aderk.tech/">
|
||||
<AnimatedLink href="https://blog.aderk.tech/">
|
||||
AderKI
|
||||
</AnimatedLink>
|
||||
</li>
|
||||
@@ -33,9 +33,10 @@ export default function Home() {
|
||||
</div>
|
||||
<div className="text-3xl mb-20">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user