Improve corporate website visual polish
@ -26,43 +26,43 @@ class McsCorporateWebsite(http.Controller):
|
||||
"key": "website",
|
||||
"name": "Website Development",
|
||||
"summary": "Fast, responsive, SEO-ready websites built around conversion and maintainability.",
|
||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-1.webp",
|
||||
"image": "/mcs_corporate_website/static/src/img/service-website.webp",
|
||||
},
|
||||
{
|
||||
"key": "mobile",
|
||||
"name": "Mobile Application Development",
|
||||
"summary": "Reliable mobile and web applications for operational workflows and customer products.",
|
||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-2.webp",
|
||||
"image": "/mcs_corporate_website/static/src/img/service-mobile.webp",
|
||||
},
|
||||
{
|
||||
"key": "design",
|
||||
"name": "Graphic Designing",
|
||||
"summary": "Brand systems, visual campaigns, and assets that make digital experiences consistent.",
|
||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-3.webp",
|
||||
"image": "/mcs_corporate_website/static/src/img/service-design.webp",
|
||||
},
|
||||
{
|
||||
"key": "ux",
|
||||
"name": "UI / UX Designing",
|
||||
"summary": "Product flows, prototypes, and interfaces designed for clarity and repeated use.",
|
||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-4.webp",
|
||||
"image": "/mcs_corporate_website/static/src/img/service-ux.webp",
|
||||
},
|
||||
{
|
||||
"key": "seo",
|
||||
"name": "SEO & Content Writing",
|
||||
"summary": "Technical SEO, search content, and positioning that improves qualified discovery.",
|
||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-5.webp",
|
||||
"image": "/mcs_corporate_website/static/src/img/service-seo.webp",
|
||||
},
|
||||
{
|
||||
"key": "marketing",
|
||||
"name": "Digital Marketing",
|
||||
"summary": "Campaign strategy, performance tracking, and content programs for measurable growth.",
|
||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-6.webp",
|
||||
"image": "/mcs_corporate_website/static/src/img/service-marketing.webp",
|
||||
},
|
||||
{
|
||||
"key": "erp",
|
||||
"name": "ERP Development & Implementation",
|
||||
"summary": "Custom ERP and Odoo implementation across finance, sales, HR, inventory, and delivery.",
|
||||
"image": "https://metatroncubesolutions.com/assets/images/services/erp/card-img.webp",
|
||||
"image": "/mcs_corporate_website/static/src/img/service-erp.webp",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
BIN
addons/mcs_corporate_website/static/src/img/mcs-about.webp
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
addons/mcs_corporate_website/static/src/img/mcs-hero-bg.webp
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-design.webp
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-erp.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 18 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-mobile.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-seo.webp
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-ux.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-website.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
@ -102,6 +102,14 @@
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.o_extra_menu_items,
|
||||
a[data-bs-target="#o_search_modal"],
|
||||
a[href^="tel:+1 555"],
|
||||
.o_no_autohide_item,
|
||||
.btn_cta[href="/contactus"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.o_header_hide_on_scroll {
|
||||
background: #071426 !important;
|
||||
}
|
||||
@ -135,8 +143,8 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center right;
|
||||
opacity: 0.86;
|
||||
object-position: center;
|
||||
opacity: 0.72;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
<t t-call="mcs_corporate_website.layout_shell">
|
||||
<section class="mcs-hero">
|
||||
<div class="mcs-hero__media">
|
||||
<img src="https://metatroncubesolutions.com/assets/images/home/banner/web/centre.webp" alt="Metatroncube digital delivery workspace"/>
|
||||
<img src="/mcs_corporate_website/static/src/img/mcs-hero-bg.webp" alt="Metatroncube digital delivery workspace"/>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="mcs-hero__content">
|
||||
@ -115,7 +115,7 @@
|
||||
<section class="mcs-band">
|
||||
<div class="container">
|
||||
<div class="mcs-split">
|
||||
<img class="mcs-rounded-image" src="https://metatroncubesolutions.com/assets/images/about/about.webp" alt="Metatroncube team and service overview"/>
|
||||
<img class="mcs-rounded-image" src="/mcs_corporate_website/static/src/img/mcs-about.webp" alt="Metatroncube team and service overview"/>
|
||||
<div>
|
||||
<h2>What we focus on</h2>
|
||||
<p>We help clients move from scattered tools and incomplete digital presence into clear, maintainable systems. The work spans websites, ERP, CRM, design, SEO, and customer engagement.</p>
|
||||
|
||||