29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Services Page Template -->
|
|
<template id="page_services" name="3D Systems - Services Directory">
|
|
<t t-call="website.layout">
|
|
<div id="wrap" class="oe_structure oe_empty">
|
|
<!-- Services Hero -->
|
|
<section class="py-5 bg-darker border-bottom border-dark-subtle">
|
|
<div class="container text-center py-4">
|
|
<span class="badge-tech-tag mb-3">Engineering Catalog</span>
|
|
<h1 class="display-4 fw-bold text-white mb-3">Enterprise Software & ERP Solutions</h1>
|
|
<p class="text-light-muted max-w-700 mx-auto">
|
|
Comprehensive end-to-end engineering, custom web platforms, cloud architecture, and high-performance Odoo implementations.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Floating Services Grid -->
|
|
<t t-call="theme_3d_systems.s_floating_cards"/>
|
|
|
|
<!-- System Architecture Pipeline -->
|
|
<t t-call="theme_3d_systems.s_system_architecture"/>
|
|
|
|
<!-- CTA -->
|
|
<t t-call="theme_3d_systems.s_cta_glow"/>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
</odoo>
|