From 9d93ab8f2c62e3b7ce5124990b96b06b2dc3e7b3 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Mon, 8 Sep 2025 09:10:33 +0200 Subject: [PATCH] feat: add short descriptions to product and extras displays - Included kurzBeschreibung in the GrowTentKonfigurator for products, lamps, and ventilation components to enhance user information. - Updated ExtrasSelector to display kurzBeschreibung for each extra, improving clarity and user experience. --- src/components/configurator/ExtrasSelector.js | 4 ++++ src/pages/GrowTentKonfigurator.js | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/src/components/configurator/ExtrasSelector.js b/src/components/configurator/ExtrasSelector.js index 6168b5e..e460e2f 100644 --- a/src/components/configurator/ExtrasSelector.js +++ b/src/components/configurator/ExtrasSelector.js @@ -116,6 +116,10 @@ class ExtrasSelector extends Component { {extra.name} + + {extra.kurzBeschreibung} + + {/* Price with VAT - Same as other sections */} {product.name} + +{product.kurzBeschreibung} + {/* Price with VAT - Same as Product.js */} {lamp.name} + + {lamp.kurzBeschreibung} + {/* Price with VAT */} {ventilation.name} + + {ventilation.kurzBeschreibung} + {/* Price with VAT */}