Update src/app/services/engineering-solutions/page.tsx
This commit is contained in:
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "HOME",
|
||||
id: "/",
|
||||
},
|
||||
name: "HOME", id: "/"},
|
||||
{
|
||||
name: "SERVICES",
|
||||
id: "/services/asset-inspection",
|
||||
},
|
||||
name: "SERVICES", id: "/services/asset-inspection"},
|
||||
{
|
||||
name: "CLIENT PARTNERING",
|
||||
id: "/clients",
|
||||
},
|
||||
name: "CLIENT PARTNERING", id: "/clients"},
|
||||
{
|
||||
name: "CONTACT US",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "CONTACT US", id: "/contact"},
|
||||
]}
|
||||
brandName="ICM"
|
||||
/>
|
||||
@@ -51,7 +43,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="SERVICES"
|
||||
title="Engineering Solutions"
|
||||
description="ICM offers comprehensive engineering support by developing tailored remediation strategies and detailed specifications designed to address the specific needs of each asset. These strategies ensure the long-term structural serviceability of assets, regardless of the environmental conditions they are exposed to. Our approach focuses on delivering solutions that maintain structural integrity and enhance durability over time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,26 +53,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "ef-1",
|
||||
title: "Collaborative Engagement",
|
||||
subtitle: "Working closely with clients, contractors, and stakeholders to achieve shared goals, fostering a cohesive project environment.",
|
||||
category: "Support",
|
||||
value: "",
|
||||
},
|
||||
id: "ef-1", title: "Collaborative Engagement", subtitle: "Working closely with clients, contractors, and stakeholders to achieve shared goals, fostering a cohesive project environment.", category: "Support", value: ""},
|
||||
{
|
||||
id: "ef-2",
|
||||
title: "Quality Assurance",
|
||||
subtitle: "Ensuring all aspects of work meet required quality standards and approved design specifications, for reliable results.",
|
||||
category: "Quality",
|
||||
value: "",
|
||||
},
|
||||
id: "ef-2", title: "Quality Assurance", subtitle: "Ensuring all aspects of work meet required quality standards and approved design specifications, for reliable results.", category: "Quality", value: ""},
|
||||
{
|
||||
id: "ef-3",
|
||||
title: "Real-time Issue Resolution",
|
||||
subtitle: "Actively identifying and resolving issues during project implementation for smooth progress, minimizing delays and disruptions.",
|
||||
category: "Efficiency",
|
||||
value: "",
|
||||
},
|
||||
id: "ef-3", title: "Real-time Issue Resolution", subtitle: "Actively identifying and resolving issues during project implementation for smooth progress, minimizing delays and disruptions.", category: "Efficiency", value: ""},
|
||||
]}
|
||||
title="Project Execution Support"
|
||||
description="ICM provides engineering support throughout the execution phase of projects to ensure seamless delivery and optimal outcomes for our clients."
|
||||
@@ -95,50 +71,31 @@ export default function LandingPage() {
|
||||
logoText="ICM - Innovative Corrosion Management"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Asset Inspection",
|
||||
href: "/services/asset-inspection",
|
||||
},
|
||||
label: "Asset Inspection", href: "/services/asset-inspection"},
|
||||
{
|
||||
label: "Cathodic Protection",
|
||||
href: "/services/cathodic-protection",
|
||||
},
|
||||
label: "Cathodic Protection", href: "/services/cathodic-protection"},
|
||||
{
|
||||
label: "Engineering Solutions",
|
||||
href: "/services/engineering-solutions",
|
||||
},
|
||||
label: "Engineering Solutions", href: "/services/engineering-solutions"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Client Partnering",
|
||||
href: "/clients",
|
||||
},
|
||||
label: "Client Partnering", href: "/clients"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user