import React, { Component } from 'react'; import { Container, Paper, Box, Typography, AppBar, Toolbar } from '@mui/material'; import { Logo } from './components/header/index.js'; class PrerenderKonfigurator extends Component { render() { return ( 🌱 Growbox Konfigurator Stelle dein perfektes Indoor Grow Setup zusammen {/* Bundle Discount Information */} šŸŽÆ Bundle-Rabatt sichern! 15% {/* Note: This is a prerender file - translation key would be: product.discount.from3Products */} ab 3 Produkten 24% {/* Note: This is a prerender file - translation key would be: product.discount.from5Products */} ab 5 Produkten 36% {/* Note: This is a prerender file - translation key would be: product.discount.from7Products */} ab 7 Produkten {/* Note: This is a prerender file - translation key would be: product.discount.moreProductsMoreSavings */} Je mehr Produkte du auswƤhlst, desto mehr sparst du! {/* Section 1 Header - Only show the title and subtitle */} 1. Growbox-Form auswƤhlen WƤhle zuerst die GrundflƤche deiner Growbox aus ); } } export default PrerenderKonfigurator;