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

<template id="s_references_grid" inherit_id="website.s_references_grid">
    <!-- Title -->
    <xpath expr="//h2" position="replace" mode="inner">
        <font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-2) 100%);" class="text-gradient">Our top brands</font>
    </xpath>
</template>

</odoo>
