Add theme_3d_systems/views/snippets/s_cta_glow.xml
This commit is contained in:
parent
b283d722a9
commit
98ecacebe8
1 changed files with 26 additions and 0 deletions
26
theme_3d_systems/views/snippets/s_cta_glow.xml
Normal file
26
theme_3d_systems/views/snippets/s_cta_glow.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<!-- Snippet: Glowing Action Call to Action -->
|
||||||
|
<template id="s_cta_glow" name="3D Glowing CTA">
|
||||||
|
<section class="s_cta_glow py-6 position-relative overflow-hidden text-center">
|
||||||
|
<div class="container position-relative z-index-2">
|
||||||
|
<div class="card-3d-glass max-w-900 mx-auto p-5 border-cyan shadow-glow">
|
||||||
|
<span class="badge-tech-tag mb-3">Initiate Modernization</span>
|
||||||
|
<h2 class="display-4 fw-bold text-white mb-3">Ready to Scale Your Systems?</h2>
|
||||||
|
<p class="text-light-muted max-w-600 mx-auto mb-4">
|
||||||
|
Schedule an architecture review with our principal engineers and Odoo 19 solution architects.
|
||||||
|
</p>
|
||||||
|
<div class="d-flex justify-content-center gap-3 flex-wrap">
|
||||||
|
<a href="/contactus" class="btn btn-gradient-primary btn-lg shadow-glow">
|
||||||
|
<span>Start Your Project</span>
|
||||||
|
<i class="fa fa-arrow-right ms-2"></i>
|
||||||
|
</a>
|
||||||
|
<a href="/odoo-solutions" class="btn btn-outline-cyber btn-lg">
|
||||||
|
<span>Explore Odoo Suite</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</template>
|
||||||
|
</odoo>
|
||||||
Loading…
Reference in a new issue