File: D:/HostingSpaces/SBogers54/csbinstallatietechniek.nl/resources/views/templates/home.blade.php
@extends('master', [
'heroIsLarge' => true,
'heroHasInfo' => false,
])
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('content')
<div class="u-reset-hero-info-panel-offset u-bg-neutral--100 u-bg-wrapper">
<div class="l-contain o-block">
<div class="l-restrict-wide">
<h3>Persbericht</h3>
<h1 class="c-page-heading u-color-neutral--800">Etri biedt CSB een ijzersterke positie in de markt</h1>
<p class="c-lead u-spacing-mt6">
Budel – CSB Installatietechniek gaat per juli 2024 verder als een van de bedrijven onder de overkoepelende groep Etri. Door krachten te bundelen met andere bedrijven die binnen klimaattechniek en de energietransitie het verschil kunnen maken, versterken zij hun marktpositie.
</p>
@include('components.button', [
'type' => 'text',
'modifiers' => ['icon'],
'buttonClasses' => 'u-spacing-mt6',
'buttonText' => 'Lees meer',
'buttonLink' => $links->press_release->route,
])
</div>
</div>
<div class="l-contain o-block">
<div class="l-restrict-wide">
<h1 class="c-page-heading u-color-neutral--800">{!! $page->translation->subtitle !!}</h1>
<p class="c-lead u-spacing-mt6">{!! $page->translation->intro !!}</p>
@include('components.button', [
'type' => 'text',
'modifiers' => ['icon'],
'buttonClasses' => 'u-spacing-mt6',
'buttonText' => __('site/projects.our_projects'),
'buttonLink' => $links->projects->route,
])
</div>
</div>
@include('organisms.featuredProjects', [
'headingRowTitle' => false,
'headingRowButtonLabel' => false,
])
@include('organisms.textServicepoint', [
'modifiers' => 'on-dark',
'tsTitle' => __('site/home.text_servicepoint.title'),
'tsText' => __('site/home.text_servicepoint.description'),
'tsButtonText' => __('site/home.text_servicepoint.buttonText'),
'tsButtonLink' => $links->about->route,
'servicepointType' => 'on-dark',
])
</div>
{{-- @include('organisms.clientsRow')--}}
@include('organisms.featuredProducts', [
'hasBg' => true,
])
@include('organisms.components')
@endsection