37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<odoo>
|
||
|
|
<!-- Default Homepage Definition -->
|
||
|
|
<template id="homepage" inherit_id="website.homepage" name="3D Systems Homepage">
|
||
|
|
<xpath expr="//div[@id='wrap']" position="replace">
|
||
|
|
<div id="wrap" class="oe_structure oe_empty">
|
||
|
|
<!-- 1. Interactive 3D Hero Snippet -->
|
||
|
|
<t t-call="theme_3d_systems.s_3d_hero"/>
|
||
|
|
|
||
|
|
<!-- 2. Statistics Matrix Snippet -->
|
||
|
|
<t t-call="theme_3d_systems.s_stats_matrix"/>
|
||
|
|
|
||
|
|
<!-- 3. Floating 3D Service Cards Snippet -->
|
||
|
|
<t t-call="theme_3d_systems.s_floating_cards"/>
|
||
|
|
|
||
|
|
<!-- 4. Interactive Business Systems Architecture Flow -->
|
||
|
|
<t t-call="theme_3d_systems.s_system_architecture"/>
|
||
|
|
|
||
|
|
<!-- 5. Connected Odoo ERP Modules Grid -->
|
||
|
|
<t t-call="theme_3d_systems.s_odoo_modules_grid"/>
|
||
|
|
|
||
|
|
<!-- 6. Portfolio & Solutions Showcase -->
|
||
|
|
<t t-call="theme_3d_systems.s_portfolio_showcase"/>
|
||
|
|
|
||
|
|
<!-- 7. Tech Stack Cloud -->
|
||
|
|
<t t-call="theme_3d_systems.s_tech_stack"/>
|
||
|
|
|
||
|
|
<!-- 8. Testimonials & Client Trust -->
|
||
|
|
<t t-call="theme_3d_systems.s_testimonials_3d"/>
|
||
|
|
|
||
|
|
<!-- 9. Glowing Action CTA -->
|
||
|
|
<t t-call="theme_3d_systems.s_cta_glow"/>
|
||
|
|
</div>
|
||
|
|
</xpath>
|
||
|
|
</template>
|
||
|
|
</odoo>
|