<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_adventure" name="Adventure">
    <section class="s_adventure pt184 pb200 oe_img_bg o_bg_img_center" style="background-image: url('/web/image/website.s_adventure_default_image');" data-oe-shape-data="{'shape': 'html_builder/Connections/04'}">
        <div class="o_we_bg_filter bg-white-50"/>
        <div class="o_we_shape o_html_builder_Connections_04"/>
        <div class="container s_allow_columns">
            <h1 class="display-1" style="text-align: center;">
                <span class="display-4-fs">Embark on your</span>
                <br/>Next Adventure
            </h1>
            <p><br/></p>
            <p style="text-align: center;">
                <a t-att-href="cta_btn_href" class="btn btn-lg btn-primary o_translate_inline">Start Now</a>
            </p>
        </div>
    </section>
</template>

</odoo>
