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.
This commit is contained in:
sebseb7
2025-09-08 09:10:33 +02:00
parent 09e015a529
commit 9d93ab8f2c
2 changed files with 13 additions and 0 deletions

View File

@@ -116,6 +116,10 @@ class ExtrasSelector extends Component {
{extra.name}
</Typography>
<Typography gutterBottom>
{extra.kurzBeschreibung}
</Typography>
{/* Price with VAT - Same as other sections */}
<Typography variant="h6" sx={{
color: '#2e7d32',