Kontakt';
$sp['output'] .= $tpl->load('card', [$content]);
// Info
$content = '
';
$content .= 'Du hast eine Frage? Du hast einen Fehler in unserer Software oder in den gespeicherten Daten gefunden? Du willst Regatten.net auch für Deine Bootsklasse nutzen?
';
$content .= 'Egal was es ist, lass es uns wissen! Schreibe uns eine Mail an info@regatten.net oder nutze einfach dieses Kontakt-Formular.
';
$content .= 'Wir werden Deine Anfrage so schnell wie möglich bearbeiten.';
$content .= '
';
//$content .= '';
//$content .= 'Alternativ erreichst Du uns auch telefonisch unter +49 (0) 4103 965 976 8
';
//$content .= 'Mo-Fr: 7-20 Uhr
';
//$content .= 'Sa: 9-17 Uhr';
//$content .= '
';
$sp['output'] .= $tpl->load('card', [$content]);
// Formular
$content = 'Kontakt-Formular
';
$content .= $tpl->load('input', ['html-id' => 'input-name', 'placeholder' => 'Dein Name', 'type' => 'text']);
$content .= $tpl->load('input', ['html-id' => 'input-email', 'placeholder' => 'Email-Adresse', 'type' => 'email']);
$content .= $tpl->load('input', ['html-id' => 'input-subject', 'placeholder' => 'Betreff', 'type' => 'text']);
$content .= $tpl->load('textarea', ['html-id' => 'input-message', 'placeholder' => 'Deine Nachricht']);
$content .= $tpl->load('button', ['Senden', '#', 'html-id' => 'button-send']);
$sp['output'] .= $tpl->load('card', [$content]);
$sp['scripts'] .= $scripts->load('contact');
?>