Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshW committed May 18, 2024
1 parent 43c84d9 commit ecaa8e4
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 276 deletions.
313 changes: 42 additions & 271 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added public/carousel1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/carousel2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/carousel3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/carousel4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/carousel5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/components/Carousel/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@ function Carousel() {
<div>
<img
className="carousel-slide-img"
src="https://i.ibb.co/j6C2nBV/51k-Jem3-UTp-L-SX3000.jpg"
src="carousel1.jpg"
alt="Amazon.in image"
/>
</div>
<div>
<img
className="carousel-slide-img"
src="https://i.ibb.co/s2H1Tr0/61-Gkz9-UJCHL-SX3000.jpg"
src="carousel2.jpg"
alt="Amazon.in image"
/>
</div>
<div>
<img
className="carousel-slide-img"
src="https://i.ibb.co/RStR7d2/614-GNcu-W2n-L-SX3000.jpg"
src="carousel3.jpg"
alt="Amazon.in image"
/>
</div>
<div>
<img
className="carousel-slide-img"
src="https://i.ibb.co/SBxgR2f/81-ISh8gkl-L-SX3000.jpg"
src="carousel4.jpg"
alt="Amazon.in image"
/>
</div>
<div>
<img
className="carousel-slide-img"
src="https://i.ibb.co/hmPVzTq/A1-HZYpow-YRL-SX3000.jpg"
src="carousel5.jpg"
alt="Amazon.in image"
/>
</div>
Expand Down

0 comments on commit ecaa8e4

Please sign in to comment.