30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<odoo>
|
||
|
|
<!-- Portfolio Page Template -->
|
||
|
|
<template id="page_portfolio" name="3D Systems - Enterprise Portfolio">
|
||
|
|
<t t-call="website.layout">
|
||
|
|
<div id="wrap" class="oe_structure oe_empty">
|
||
|
|
<!-- Portfolio 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">Proven Track Record</span>
|
||
|
|
<h1 class="display-4 fw-bold text-white mb-3">Enterprise Deployments & Case Studies</h1>
|
||
|
|
<p class="text-light-muted max-w-700 mx-auto">
|
||
|
|
A curated showcase of scalable web platforms, high-throughput APIs, and Odoo ERP architectures delivered globally.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<!-- Portfolio Showcase -->
|
||
|
|
<t t-call="theme_3d_systems.s_portfolio_showcase"/>
|
||
|
|
|
||
|
|
<!-- Stats Matrix -->
|
||
|
|
<t t-call="theme_3d_systems.s_stats_matrix"/>
|
||
|
|
|
||
|
|
<!-- CTA -->
|
||
|
|
<t t-call="theme_3d_systems.s_cta_glow"/>
|
||
|
|
</div>
|
||
|
|
</t>
|
||
|
|
</template>
|
||
|
|
</odoo>
|