Skip to content

Commit

Permalink
Merge pull request #125 from CodeHive-Solutions/dev
Browse files Browse the repository at this point in the history
Refactor image paths in home carousel
  • Loading branch information
S-e-b-a-s authored Sep 9, 2024
2 parents accdd53 + 1e102ec commit 7a3e62a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ import coexistence from "../../images/home-carousel/coexistence.png";
import brothers from "../../images/home-carousel/brothers.png";
import electricityCampaign from "../../images/home-carousel/electricity-campaign.png";
import depression from "../../images/home-carousel/depression.png";
import lockers from "../../images/home-carousel/lockers.png";
import passwords from "../../images/home-carousel/password.png";


const benefits = [{ image: realBenefit2, title: "Beneficio 2" }];

const homeImages = [
{ image: lockers },
{ image: passwords },
{ image: electricityCampaign },
{ image: depression },
{ image: brothers },
Expand Down
Binary file added src/images/home-carousel/lockers.png
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 src/images/home-carousel/password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a3e62a

Please sign in to comment.