Add theme_3d_systems/views/pages/page_about.xml
This commit is contained in:
parent
72d219d29c
commit
a1c2c8d765
1 changed files with 32 additions and 0 deletions
32
theme_3d_systems/views/pages/page_about.xml
Normal file
32
theme_3d_systems/views/pages/page_about.xml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- About Page Template -->
|
||||
<template id="page_about" name="3D Systems - About Us">
|
||||
<t t-call="website.layout">
|
||||
<div id="wrap" class="oe_structure oe_empty">
|
||||
<!-- About 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">Our Engineering Philosophy</span>
|
||||
<h1 class="display-4 fw-bold text-white mb-3">Pioneering Intelligent Business Systems</h1>
|
||||
<p class="text-light-muted max-w-700 mx-auto">
|
||||
We are a premier team of systems architects, full-stack software engineers, and certified Odoo specialists dedicated to building resilient enterprise software.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Tech Stack Section -->
|
||||
<t t-call="theme_3d_systems.s_tech_stack"/>
|
||||
|
||||
<!-- Statistics Matrix -->
|
||||
<t t-call="theme_3d_systems.s_stats_matrix"/>
|
||||
|
||||
<!-- Testimonials -->
|
||||
<t t-call="theme_3d_systems.s_testimonials_3d"/>
|
||||
|
||||
<!-- CTA -->
|
||||
<t t-call="theme_3d_systems.s_cta_glow"/>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Reference in a new issue