50 lines
2.5 KiB
XML
50 lines
2.5 KiB
XML
<?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>
|