feat: improves

This commit is contained in:
Nazareno Oviedo 2022-04-06 11:52:26 -03:00
parent 26eec67108
commit 6e5279a3c0
3 changed files with 6 additions and 5 deletions

View File

@ -19,9 +19,10 @@ const Socials = () => {
<Section className={s['section']}>
<Container className={s.container}>
<img
className={s.planetImage}
src="/images/community/socials/planet.png"
alt="planet figure"
className={s.planetImage}
loading="lazy"
src="/images/community/socials/planet.png"
/>
<div>
<div className={s.headingContainer}>

View File

@ -91,7 +91,7 @@ const WhatOthersSay = () => {
<div className={s['carousel']} ref={carouselRef}>
<div className={s['image']}>
<img src="/images/head.png" alt="" />
<img src="/images/head.png" loading="lazy" alt="Head" />
</div>
{testimonials.map((testimonial, index) => {
@ -112,7 +112,7 @@ const WhatOthersSay = () => {
</Container>
<div ref={ref} className={clsx('keen-slider', s['slider'])}>
<div className={s['image']}>
<img src="/images/head.png" alt="" />
<img src="/images/head.png" loading="lazy" alt="Head" />
</div>
{testimonials.map((testimonial, index) => {
return (

View File

@ -24,7 +24,7 @@ const Item = ({
<div className={clsx(s['item'], className)}>
<div className={s['item__header']}>
<div>
<img src={image} alt="" />
<img src={image} alt={name} loading="lazy" />
<div>
<p>
{name}