Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8128ee4c9 |
@@ -1,5 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import serviceThumb from '../assets/images/service-thumb-1.png';
|
import serviceThumb from '../assets/images/service-thumb-1.png';
|
||||||
|
import Image from 'next/image';
|
||||||
|
|
||||||
function NextAfterHero() {
|
function NextAfterHero() {
|
||||||
return (
|
return (
|
||||||
@@ -111,7 +112,7 @@ function NextAfterHero() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="col-lg-5">
|
<div className="col-lg-5">
|
||||||
<div className="service-thumb">
|
<div className="service-thumb">
|
||||||
<img src={serviceThumb} alt="" />
|
<Image src={serviceThumb} alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user