diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..f7760e4 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "mousam", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/website/src/components/Carousal.jsx b/website/src/components/Carousal.jsx index 17b9939..e510c31 100644 --- a/website/src/components/Carousal.jsx +++ b/website/src/components/Carousal.jsx @@ -10,19 +10,19 @@ import ImageSlide from "./ImageSlide"; const images = [ { - title: "Few Clouds", - lightingCondition: "Night", - link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss5-overcast.png?raw=true#gh-dark-mode-only", + title: "Clear Sky", + lightingCondition: "Day", + link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1.png", }, { - title: "Overcast", - lightingCondition: "Night", - link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png?raw=true#gh-dark-mode-only", + title: "Snowfall", + lightingCondition: "Day", + link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png", }, { - title: "Partly Cloud", - lightingCondition: "Day", - link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png?raw=true#gh-light-mode-only", + title: "Clear Sky", + lightingCondition: "Night", + link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss3.png", }, ];