Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a2fa8b0f2 | |||
| 3266a305f4 | |||
| d546e988de | |||
| 1870283a92 | |||
| 7c57f45a39 | |||
| 2dfa0e5c11 |
|
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 600 KiB After Width: | Height: | Size: 422 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 639 KiB After Width: | Height: | Size: 600 KiB |
|
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 639 KiB |
|
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 391 KiB |
|
After Width: | Height: | Size: 378 KiB |
@@ -13,13 +13,14 @@ import SliderOne from '../../assets/images/home/top_sliders/slide_1.png'
|
||||
import SliderTwo from '../../assets/images/home/top_sliders/slide_2.png'
|
||||
import SliderThree from '../../assets/images/home/top_sliders/slide_3.png'
|
||||
import SliderFour from '../../assets/images/home/top_sliders/slide_4.png'
|
||||
// import SliderFive from '../../assets/images/home/top_sliders/slide_5.png'
|
||||
import SliderFive from '../../assets/images/home/top_sliders/slide_5.png'
|
||||
import SliderCenter from '../../assets/images/home/top_sliders/slide_33.png'
|
||||
|
||||
|
||||
function HeroHomeOne() {
|
||||
|
||||
const sliders = [
|
||||
SliderOne, SliderTwo, SliderThree, SliderFour
|
||||
SliderOne, SliderTwo, SliderCenter, SliderThree, SliderFour, SliderFive
|
||||
]
|
||||
|
||||
return (
|
||||
|
||||
@@ -12,7 +12,8 @@ export default function Right() {
|
||||
</div> */}
|
||||
{/* <div className='px-2 w-100 mb-2'> */}
|
||||
<div className='color-purple text-center mb-2'>
|
||||
<h3 className='color-purple font-25 mb-10'>Ask our <span>❛❛<span className='color-blue italic'>wrench</span>Agent❜❜</span> Generative AI to assist</h3>
|
||||
{/* <h3 className='color-purple font-25 mb-10'>Ask our <span>❛❛<span className='color-blue italic'>wrench</span>Agent❜❜</span> Generative AI to assist</h3> */}
|
||||
<h3 className='color-purple font-25 mb-10'>Ask our ❛❛<span className='color-blue italic'>Wrench</span><span className='color-purple'>Agent</span>❜❜ Generative AI to assist</h3>
|
||||
<h3 className='font_black font-20 mb-10'>❛❛Recommend 4 summer chores for a 12 years old❜❜</h3>
|
||||
</div>
|
||||
{/* </div> */}
|
||||
|
||||