<?xml version="1.0" encoding="utf-8"?>
<odoo>
    
<template id="s_unveil" inherit_id="website.s_unveil">
    <!-- Title -->
    <xpath expr="//h2" position="replace" mode="inner">
        Shape a greener tomorrow
    </xpath>
    <!-- Paragraph -->
    <xpath expr="//p" position="replace" mode="inner">
        Collaborate for a thriving planet and a sustainable future.
    </xpath>
</template>

</odoo>
