Add theme_3d_systems/views/snippets/s_3d_hero.xml
This commit is contained in:
parent
1ec4bb2a24
commit
b283d722a9
1 changed files with 50 additions and 0 deletions
50
theme_3d_systems/views/snippets/s_3d_hero.xml
Normal file
50
theme_3d_systems/views/snippets/s_3d_hero.xml
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Snippet: 3D Hero Section -->
|
||||
<template id="s_3d_hero" name="3D Interactive Hero">
|
||||
<section class="s_3d_hero position-relative py-5 py-lg-6" data-particle-density="normal">
|
||||
<!-- Three.js Canvas Injection Container -->
|
||||
<div class="hero-canvas-container"></div>
|
||||
|
||||
<div class="container position-relative z-index-2">
|
||||
<div class="row align-items-center min-vh-75">
|
||||
<div class="col-lg-8 col-xl-7 hero-content-wrapper">
|
||||
<!-- Editable Badge -->
|
||||
<div class="oe_structure">
|
||||
<span class="badge-tech-tag mb-3">
|
||||
<span class="status-pulse-dot"></span> Next-Gen Web Systems & ERP
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Editable Heading -->
|
||||
<div class="oe_structure">
|
||||
<h1 class="display-3 fw-bold text-white mb-4">
|
||||
Architecting <span class="text-gradient-cyan">Intelligent Systems</span> For High-Growth Enterprises
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<!-- Editable Lead Paragraph -->
|
||||
<div class="oe_structure">
|
||||
<p class="hero-lead mb-5 text-light-muted">
|
||||
We design and engineer scalable custom web architectures, seamless Odoo ERP ecosystems, and end-to-end automated business pipelines.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Editable Call to Action Buttons -->
|
||||
<div class="oe_structure">
|
||||
<div class="d-flex flex-wrap gap-3 align-items-center">
|
||||
<a href="/services" class="btn btn-gradient-primary btn-lg shadow-glow">
|
||||
<span>Explore Our Solutions</span>
|
||||
<i class="fa fa-arrow-right ms-2"></i>
|
||||
</a>
|
||||
<a href="/contactus" class="btn btn-outline-cyber btn-lg">
|
||||
<span>Start Your Project</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Reference in a new issue