accept cookie added and image updated
This commit was merged in pull request #30.
This commit is contained in:
@@ -3,7 +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 AI from '../assets/images/home/ai-assisted.png'
|
||||
|
||||
import CustomSlider from './customSlider/CustomSlider'
|
||||
|
||||
@@ -76,8 +76,8 @@ function HeroHomeOne() {
|
||||
>
|
||||
<Image
|
||||
src={AI}
|
||||
width={'100%'}
|
||||
height={'100%'}
|
||||
width={'150'}
|
||||
height={'150'}
|
||||
alt="Image"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user