32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?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>
|