Compare commits

...

1 Commits

Author SHA1 Message Date
victorAnumudu c8128ee4c9 image fix 2024-07-29 21:54:06 +01:00
+2 -1
View File
@@ -1,5 +1,6 @@
import React from 'react';
import serviceThumb from '../assets/images/service-thumb-1.png';
import Image from 'next/image';
function NextAfterHero() {
return (
@@ -111,7 +112,7 @@ function NextAfterHero() {
</div>
<div className="col-lg-5">
<div className="service-thumb">
<img src={serviceThumb} alt="" />
<Image src={serviceThumb} alt="" />
</div>
</div>
</div>