accept cookie added and image updated

This commit was merged in pull request #30.
This commit is contained in:
victorAnumudu
2024-10-12 09:51:32 +01:00
parent 74e8c36c48
commit 4fc97cdd2a
8 changed files with 82 additions and 6 deletions
+3 -3
View File
@@ -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>