Fast & intuitive BeBuilder',
'
View an element and customise it
at the same time
',
'Hundreds of pre-built sections
ready to use on click
',
'Create, save & restore whenever
you want with Revisions
',
'Import & Export of content
or single sections
',
'Live responsive preview for
mobile, tablet & desktop layout
',
];
$max = count( $slides );
$index = 1;
echo '';
echo '
';
echo '
';
echo '
';
foreach( $slides as $slide ){
echo '-
'. $index .' / '. $max .'
'. $slide .'
Skip
';
$index++;
}
echo '
';
echo '
';
echo '
';
}
?>