Add theme_3d_systems/views/pages/page_services.xml
This commit is contained in:
parent
3d6f138958
commit
3a086e74b6
1 changed files with 29 additions and 0 deletions
29
theme_3d_systems/views/pages/page_services.xml
Normal file
29
theme_3d_systems/views/pages/page_services.xml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?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>
|
||||
Loading…
Reference in a new issue