diff --git a/src/components/Carousel.js b/src/components/Carousel.js index b9d9b85a..ef33a0da 100644 --- a/src/components/Carousel.js +++ b/src/components/Carousel.js @@ -12,6 +12,11 @@ const ImageList = [ 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).", + caption: "Panels for wayland apps and a CRT panel shell for XR UI.", + }, ] function CarouselImage({image, alt, caption}) { diff --git a/static/img/carousel/panels.png b/static/img/carousel/panels.png new file mode 100644 index 00000000..47d75ae9 Binary files /dev/null and b/static/img/carousel/panels.png differ