<?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">
        Explore New Horizons
    </xpath>
    <!-- Paragraph -->
    <xpath expr="//p" position="replace" mode="inner">
        Discover the world with our tailored travel services and exclusive deals.
    </xpath>
</template>

</odoo>
