Skip to content

Commit

Permalink
feat: update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Aug 19, 2024
1 parent c9f0f9c commit ae153d0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const Home: NextPage = () => {
<Image
className='rounded-xl'
src='/assets/images/home/profile.png'
width={620}
height={400}
width={741}
height={353}
quality={100}
alt='Profile'
/>
Expand Down Expand Up @@ -99,8 +99,8 @@ const Home: NextPage = () => {
<Image
className='rounded-xl'
src='/assets/images/home/inventory.png'
width={471}
height={189}
width={484}
height={267}
quality={100}
alt='Inventory'
/>
Expand All @@ -112,6 +112,23 @@ const Home: NextPage = () => {
</p>
</div>
</div>
<div className='flex flex-wrap p-1 my-4 bg-wt-surface-dark rounded-lg border-4 border-wt-accent'>
<div className='flex justify-center items-center w-full sm:w-1/2'>
<p className='text-xl text-center sm:text-2xl'>
See your current in-game quests without having to start up the game.
</p>
</div>
<div className='flex justify-center p-2 w-full sm:w-1/2'>
<Image
className='rounded-xl'
src='/assets/images/home/quests.png'
width={960}
height={425}
quality={100}
alt='Inventory'
/>
</div>
</div>
</div>
)
}
Expand Down
Binary file modified public/assets/images/home/inventory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/images/home/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/home/quests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae153d0

Please sign in to comment.