Skip to content

Commit

Permalink
removal of unnecessary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
axydavid committed Oct 24, 2023
1 parent ca3b1b3 commit 493205a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ function Home(props: any) {
<section style={{ color: 'rgba(3, 3, 3, 0.85)' }}>
<Container>
<Row className="mx-auto pt-5 mt-5" style={{ maxWidth: '720px' }}>
<h3 className="text-center ">I'm thrilled to have partnered with these fantastic companies:</h3>
{/* <h3 className="text-center ">I'm thrilled to have partnered with these fantastic companies:</h3> */}
</Row>
<motion.div className='position-relative ' style={{ zIndex: scaleZIndex }}>
{/* <motion.div className='position-relative ' style={{ zIndex: scaleZIndex }}>
<Swiper
grabCursor={true}
modules={[Autoplay]}
Expand All @@ -325,7 +325,7 @@ function Home(props: any) {
<SwiperSlide className='d-flex' style={{ boxShadow: 'none', height: '300px' }}><img className='m-auto cImg h-100 w-100' src={book} style={{ objectFit: 'contain' }} /></SwiperSlide>
))}
</Swiper>
</motion.div>
</motion.div> */}

</Container>
</section>
Expand Down

0 comments on commit 493205a

Please sign in to comment.