Compare commits
2 Commits
font-issue
...
ai-assist
| Author | SHA1 | Date | |
|---|---|---|---|
| cf4118f5bf | |||
| 46f0356e71 |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -3,6 +3,7 @@ import React from 'react';
|
|||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
|
||||||
import heroThumbTwo from '../assets/images/app-pic.png';
|
import heroThumbTwo from '../assets/images/app-pic.png';
|
||||||
|
import AI from '../assets/images/home/ai-assist.png'
|
||||||
|
|
||||||
import CustomSlider from './customSlider/CustomSlider'
|
import CustomSlider from './customSlider/CustomSlider'
|
||||||
|
|
||||||
@@ -74,7 +75,7 @@ function HeroHomeOne() {
|
|||||||
data-wow-delay="600ms"
|
data-wow-delay="600ms"
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src={heroThumbTwo}
|
src={AI}
|
||||||
width={'100%'}
|
width={'100%'}
|
||||||
height={'100%'}
|
height={'100%'}
|
||||||
alt="Image"
|
alt="Image"
|
||||||
|
|||||||
Reference in New Issue
Block a user