Update homepage footer icon

This commit is contained in:
Pham Huynh Duc Huy 2025-06-05 10:16:10 +07:00
parent fb583110dd
commit 7b2bd58d51
5 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: 'Easy to Use',
image: '/img/easy-to-use.png',
image: '/img/easy.png',
description: (
<>
Use the sidebar menu to quickly find the topics you need whether you're setting up your first project or exploring advanced features
@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'Focus on What Matters',
image: '/img/easy-to-use.png',
image: '/img/focus.png',
description: (
<>
You'll find practical examples, step-by-step instructions, and detailed explaination, so you can focus on building your HTML5 slot game with confidence and speed.
@ -30,7 +30,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'Beginner Friendly',
image: '/img/easy-to-use.png',
image: '/img/friendly.png',
description: (
<>
Designed for beginners, it takes care of the complex logic so you can focus on building your game. With just a few lines of code, youll have a working slot machine ready to go!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

BIN
static/img/easy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/img/focus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
static/img/friendly.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB