diff --git a/src/__tests__/uses/__snapshots__/uses.spec.js.snap b/src/__tests__/uses/__snapshots__/uses.spec.js.snap index 1ddfd9e68..ae99dcc52 100644 --- a/src/__tests__/uses/__snapshots__/uses.spec.js.snap +++ b/src/__tests__/uses/__snapshots__/uses.spec.js.snap @@ -18,20 +18,25 @@ exports[`uses page should match uses page 1`] = `
Carlos Cuesta workspace setup
(
Carlos Cuesta workspace setup @@ -107,6 +109,21 @@ const Uses = () => ( title: 'Elgato Wave Mic Arm LP', link: 'https://www.elgato.com/wave-mic-arm-lp', }, + { + category: 'Charger', + title: 'Belkin BoostCharge Pro', + link: 'https://www.belkin.com/es/cargador-inal%C3%A1mbrico-3-en-1-de-15-w-con-tecnolog%C3%ADa-magsafe-oficial/P-WIZ016.html', + }, + { + category: 'Lighting', + title: 'Govee Flow Plus Light Bars', + link: 'https://eu.govee.com/collections/tv-gaming-lights/products/govee-rgbicww-wifi-bluetooth-flow-plus-light-bars', + }, + { + category: 'Clock', + title: 'Mi Smart Clock', + link: 'https://www.mi.com/product/mi-smart-clock/', + }, ]} subTitle="Home office equipment" title="Gear" diff --git a/src/pages/uses/setup.jpg b/src/pages/uses/setup.jpg new file mode 100644 index 000000000..19d4ed27b Binary files /dev/null and b/src/pages/uses/setup.jpg differ