diff --git a/src/components/Carousel.js b/src/components/Carousel.js index ef33a0da..25d474e2 100644 --- a/src/components/Carousel.js +++ b/src/components/Carousel.js @@ -3,15 +3,10 @@ import { Carousel } from 'react-responsive-carousel'; const ImageList = [ { - image: "img/carousel/multipleclients.jpg", - alt: "A scene showing multiple widgets, including sliders like an equalizer and a virtual touchscreen.", + image: "img/carousel/multipleclients.png", + alt: "A scene showing multiple widgets, including CRT TV panel shells and flat touchscreen panels and 2 rings forming a cylinder around the scene.", caption: "Multiple objects working independently all at once.", }, - { - image: "img/carousel/spatialcode.png", - alt: "To the left, a code editor showing Stardust Fusion creating several models and transforming them on the logicStep. To the right is the program running in Stardust.", - caption: "Code vs output of the Spatial Fusion demo.", - }, { image: "img/carousel/panels.png", alt: "A series of application windows as 3D panels similar to small wooden boards in proportions with a Panasonic CRT TV model in the center showing Agregore (the browser).", diff --git a/static/img/carousel/multipleclients.jpg b/static/img/carousel/multipleclients.jpg deleted file mode 100644 index d1053f29..00000000 Binary files a/static/img/carousel/multipleclients.jpg and /dev/null differ diff --git a/static/img/carousel/multipleclients.png b/static/img/carousel/multipleclients.png new file mode 100644 index 00000000..b0c2a3e6 Binary files /dev/null and b/static/img/carousel/multipleclients.png differ diff --git a/static/img/carousel/spatialcode.png b/static/img/carousel/spatialcode.png deleted file mode 100644 index cd6518d1..00000000 Binary files a/static/img/carousel/spatialcode.png and /dev/null differ diff --git a/yarn.lock b/yarn.lock index e71a71f4..3272e48d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2596,9 +2596,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001317: - version "1.0.30001332" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz#39476d3aa8d83ea76359c70302eafdd4a1d727dd" - integrity sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw== + version "1.0.30001534" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz" + integrity sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q== ccount@^1.0.0, ccount@^1.0.3: version "1.1.0"