File: D:/HostingSpaces/SBogers10/helder.komma.pro/resources/lang/nl/placeholders.php
<?php
/*
|--------------------------------------------------------------------------
| Placeholder strings
|--------------------------------------------------------------------------
|
| Here you may specify the placeholder strings to build the blocks without
| the data or when the data isn't defined. At the end of the development
| these strings shouldn't appear on the website.
|
*/
return [
'headingTitle' => 'Here goes the heading',
'headingSubTitle' => 'Here we have room for a subheading',
'buttonLabel' => 'Some label',
'cardBody' => 'Lorem ipsum dolor sit amet et delectus accommodare his consul copiosae legendos at vix ad putent delectus delicata usu.',
'authorName' => 'Some author',
'authorFunction' => 'Founder',
'content' => [
'body' => '<h2>Komma-in-een-notendop</h2><p>We hebben altijd honger, geloven in heldere communicatie en voegen steevast een vleugje humor toe. Dat is de kern en het fundament van onze visie: inspireren om te groeien. In die ambitie schuilt onze toegevoegde waarde, dat wat ons echt uniek maakt. Dat kunnen we natuurlijk heel hard roepen, maar zoiets moet je ervaren.</p>',
],
'image' => [
'src' => '/img/site/hq.jpg',
'alt' => 'dummy image'
],
];