diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-03 14:42:36 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-03 14:42:36 +0700 |
| commit | 1b4d7f65ee08a56ca6cc57bfc6336ca3ccad3a21 (patch) | |
| tree | e6019423e3e86721993eef0d6329e0686c3b1604 /src/lib/home/components/ServiceList.jsx | |
| parent | 325fe90403cc9febb1017eb27c620e4dd921aa24 (diff) | |
update performance desktop
Diffstat (limited to 'src/lib/home/components/ServiceList.jsx')
| -rw-r--r-- | src/lib/home/components/ServiceList.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/home/components/ServiceList.jsx b/src/lib/home/components/ServiceList.jsx index b3cc8fe5..6d03a587 100644 --- a/src/lib/home/components/ServiceList.jsx +++ b/src/lib/home/components/ServiceList.jsx @@ -18,6 +18,7 @@ const ServiceList = () => { src='/images/icon_service/ONE-STOP-SOLUTIONS.svg' alt='' className='h-20 w-20 rounded' + loading='eager' /> </div> <div className=''> @@ -43,6 +44,7 @@ const ServiceList = () => { src='/images/icon_service/WARRANTY.svg' alt='' className='h-20 w-20 rounded' + loading='eager' /> </div> <div> @@ -68,6 +70,7 @@ const ServiceList = () => { src='/images/icon_service/DUE-PAYMENT.svg' alt='' className='h-20 w-20 rounded' + loading='eager' /> </div> <div> @@ -93,6 +96,7 @@ const ServiceList = () => { src='/images/icon_service/TAX.svg' alt='' className='h-20 w-20 rounded' + loading='eager' /> </div> <div> |
