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

<template id="s_framed_intro" inherit_id="website.s_framed_intro">
    <!-- Title -->
    <xpath expr="//h1" position="replace" mode="inner">
        Creating Unforgettable Moments: Your Dream Wedding Awaits
    </xpath>
    <!-- Image -->
    <xpath expr="//img" position="attributes">
        <attribute name="src">/web/image/website.s_image_text_default_image</attribute>
    </xpath>
</template>

</odoo>
