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% ab 3 Produkten 24% ab 5 Produkten 36% ab 7 Produkten 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;