File tree Expand file tree Collapse file tree 8 files changed +4
-4
lines changed
Expand file tree Collapse file tree 8 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ function Hero({ heading }: { heading: string }) {
9292 < div className = "absolute inset-0 z-0" >
9393 < Image
9494 alt = "Hero background"
95- blurDataURL = "/images/case-studies/banner.jpg "
95+ blurDataURL = "/images/case-studies/banner.webp "
9696 className = "object-cover object-center"
9797 fill
9898 placeholder = "blur"
9999 priority
100- src = "/images/case-studies/banner.jpg "
100+ src = "/images/case-studies/banner.webp "
101101 />
102102 </ div >
103103
Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ export function services(lang: SupportedLanguage): Service[] {
495495 ]
496496 } ,
497497 why : {
498- backgroundImageUrl : `/images/services/${ ServiceSlug . InferenceAI } /why-us-bg.jpg ` ,
498+ backgroundImageUrl : `/images/services/${ ServiceSlug . InferenceAI } /why-us-bg.webp ` ,
499499 clients : [ ] ,
500500 description : aiWhyUsDesc ( lang ) ,
501501 imageUrl : `/images/services/${ ServiceSlug . InferenceAI } /why-us.svg` ,
@@ -510,7 +510,7 @@ export function services(lang: SupportedLanguage): Service[] {
510510 description : aiDescription ( lang ) ,
511511 iconUrl : `/images/services/${ ServiceSlug . InferenceAI } /icon.svg` ,
512512 imageIconUrl : `/images/services/${ ServiceSlug . InferenceAI } /image-icon.svg` ,
513- imageUrl : `/images/services/${ ServiceSlug . InferenceAI } /image.jpg ` ,
513+ imageUrl : `/images/services/${ ServiceSlug . InferenceAI } /image.webp ` ,
514514 shortDescription : aiHeroDesc ( lang ) ,
515515 slug : ServiceSlug . InferenceAI ,
516516 title : aiHeroHeading ( lang ) ,
You can’t perform that action at this time.
0 commit comments