Compare commits

...

6 Commits

Author SHA1 Message Date
victorAnumudu 3a2fa8b0f2 slide image added 2024-05-29 20:31:54 +01:00
tokslaw 3266a305f4 Merge branch 'added-slider-img' of WrenchBoard/WrenchBoardMainSite into master 2024-05-29 17:22:02 +00:00
victorAnumudu d546e988de conflict resolved 2024-05-29 17:17:46 +01:00
victorAnumudu 1870283a92 Merged with master 2024-05-29 17:14:06 +01:00
victorAnumudu 7c57f45a39 added another slider img 2024-05-29 17:10:19 +01:00
tokslaw 2dfa0e5c11 Merge branch 'homepage-changes' of WrenchBoard/WrenchBoardMainSite into master 2024-05-29 16:02:39 +00:00
9 changed files with 5 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 KiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 KiB

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 639 KiB

After

Width:  |  Height:  |  Size: 600 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

After

Width:  |  Height:  |  Size: 639 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

+3 -2
View File
@@ -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 SliderTwo from '../../assets/images/home/top_sliders/slide_2.png'
import SliderThree from '../../assets/images/home/top_sliders/slide_3.png' import SliderThree from '../../assets/images/home/top_sliders/slide_3.png'
import SliderFour from '../../assets/images/home/top_sliders/slide_4.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() { function HeroHomeOne() {
const sliders = [ const sliders = [
SliderOne, SliderTwo, SliderThree, SliderFour SliderOne, SliderTwo, SliderCenter, SliderThree, SliderFour, SliderFive
] ]
return ( return (
+2 -1
View File
@@ -12,7 +12,8 @@ export default function Right() {
</div> */} </div> */}
{/* <div className='px-2 w-100 mb-2'>  */} {/* <div className='px-2 w-100 mb-2'>  */}
<div className='color-purple text-center mb-2'> <div className='color-purple text-center mb-2'>
<h3 className='color-purple font-25 mb-10'>Ask our <span>&#x275B;&#x275B;<span className='color-blue italic'>wrench</span>Agent&#x275C;&#x275C;</span> Generative AI to assist</h3> {/* <h3 className='color-purple font-25 mb-10'>Ask our <span>&#x275B;&#x275B;<span className='color-blue italic'>wrench</span>Agent&#x275C;&#x275C;</span> Generative AI to assist</h3> */}
<h3 className='color-purple font-25 mb-10'>Ask our &#x275B;&#x275B;<span className='color-blue italic'>Wrench</span><span className='color-purple'>Agent</span>&#x275C;&#x275C; Generative AI to assist</h3>
<h3 className='font_black font-20 mb-10'>&#x275B;&#x275B;Recommend 4 summer chores for a 12 years old&#x275C;&#x275C;</h3> <h3 className='font_black font-20 mb-10'>&#x275B;&#x275B;Recommend 4 summer chores for a 12 years old&#x275C;&#x275C;</h3>
</div> </div>
{/* </div> */} {/* </div> */}