Skip to content

Commit

Permalink
Add new hero carousel and start working on cards #153
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Aug 24, 2023
1 parent 7f8ec6f commit e11056c
Show file tree
Hide file tree
Showing 13 changed files with 355 additions and 916 deletions.
115 changes: 0 additions & 115 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"react-blurhash": "^0.3.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-material-ui-carousel": "^3.4.2",
"react-multi-carousel": "^2.8.3",
"react-player": "^2.12.0",
"react-router-dom": "^6.14.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function App() {
opacity: 0,
}}
transition={{
duration: 1.5,
duration: 0.5,
}}
onLoad={() => setBackdropLoading(false)}
loading="eager"
Expand Down
Loading

0 comments on commit e11056c

Please sign in to comment.