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