Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu cf4118f5bf ai assist added 2024-08-16 13:36:53 +01:00
ameye 46f0356e71 Merge branch 'font-issue' of WrenchBoard/WrenchBoardMainSite2025 into master 2024-08-16 11:25:50 +00:00
2 changed files with 2 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

+2 -1
View File
@@ -3,6 +3,7 @@ import React from 'react';
import Image from 'next/image'
import heroThumbTwo from '../assets/images/app-pic.png';
import AI from '../assets/images/home/ai-assist.png'
import CustomSlider from './customSlider/CustomSlider'
@@ -74,7 +75,7 @@ function HeroHomeOne() {
data-wow-delay="600ms"
>
<Image
src={heroThumbTwo}
src={AI}
width={'100%'}
height={'100%'}
alt="Image"