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

<template id="s_bento_banner" name="Bento Banner">
    <section class="s_bento_banner pt32 pb32">
        <div class="container">
            <section data-name="Card"
                    class="oe_unmovable oe_unremovable o_cc o_cc5 oe_img_bg o_bg_img_center s_col_no_resize d-flex rounded-4 py-5 py-lg-0"
                    style="background-image: url('/web/image/website.shop_category_3_4x3'); box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px !important;">
                <div class="o_we_bg_filter bg-black-25"/>
                <div class="container-fluid">
                    <div class="oe_unremovable row mx-0 o_grid_mode" data-row-count="10">
                        <div class="o_grid_item g-height-9 g-col-lg-8 col-lg-8"
                                style="z-index: 1; grid-area: 2 / 3 / 11 / 11;">
                            <h2 style="text-align: center;">Discover our latest collection</h2>
                            <p style="text-align: center;">
                                Simple forms. Natural textures. Timeless design. Explore our new furniture collection—crafted to bring calm and clarity to your space.
                                <br/><br/>
                            </p>
                            <p style="text-align: center;">
                                <a href="#"
                                    role="button"
                                    class="btn btn-lg btn-secondary o_translate_inline">
                                    Buy now
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
            </section>
        </div>
    </section>
</template>

</odoo>
