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