<?= component('slider'); ?>
<form method="get" action="/locations">
<input type="text" name="search" placeholder="Search for a location" />
</form>
<?= component('featuredItems'); ?>
At a very basic level - this, but you’ll need to style it and add other HTML to make it sit right on the page. I cant help with that.