You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
863 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Template for snippet gallery heading-->
<template id="gallery_heading" name="Gallery Heading">
<!-- The template represents a gallery heading component for the website.-->
<!-- It displays a banner section with a heading showcasing the "Men Watch Collection" -->
<!-- in a visually appealing manner.-->
<!-- Section banner starts here -->
<section class="banner">
<div class="container">
<div class="row">
<h3 class="banner_head">
Men Watch
<br/>
Collection
</h3>
</div>
</div>
</section>
<!-- Section Gallery ends here -->
</template>
</odoo>