lumino-showroom/content/pages/ueber-uns.blade.php

24 lines
593 B
PHP

@extends('template.'.config('settings.template').'.content.master')
@section('content')
<div class="container">
<section>
<div class="row">
<div class="col-12">
<h1 class="mb-5">Realisierte Kundenanlagen</h1>
<p class="fs-5">
Hier stellen unsere Kunden Ihre Steckeranlagen von uns vor.
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</section>
</div>
@stop