From 41f0581d020ba891140e9016c3eff9e3a4da7f92 Mon Sep 17 00:00:00 2001 From: Amit Chaudhary Date: Thu, 12 Dec 2024 10:12:35 +0530 Subject: [PATCH] update website links --- package-lock.json | 6 ++++++ website/src/components/Carousal.jsx | 18 +++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 package-lock.json 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", }, ];