diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2b932fb..cf9b49f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,20 +45,15 @@ export default function LandingPage() {
@@ -131,42 +98,21 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "service-1",
- title: "Asset Inspection Services",
- subtitle: "Specialist Asset Evaluation to assess condition and performance. Protect your investments with detailed insights.",
- category: "Inspection",
- value: "Learn More",
- buttons: [
+ id: "service-1", title: "Asset Inspection Services", subtitle: "Specialist Asset Evaluation to assess condition and performance. Protect your investments with detailed insights.", category: "Inspection", value: "Learn More", buttons: [
{
- text: "Details",
- href: "/services/asset-inspection",
- },
+ text: "Details", href: "/services/asset-inspection"},
],
},
{
- id: "service-2",
- title: "Cathodic Protection",
- subtitle: "Advanced corrosion prevention techniques for metal surfaces. Ensuring the longevity of your vital infrastructure.",
- category: "Protection",
- value: "Learn More",
- buttons: [
+ id: "service-2", title: "Cathodic Protection", subtitle: "Advanced corrosion prevention techniques for metal surfaces. Ensuring the longevity of your vital infrastructure.", category: "Protection", value: "Learn More", buttons: [
{
- text: "Details",
- href: "/services/cathodic-protection",
- },
+ text: "Details", href: "/services/cathodic-protection"},
],
},
{
- id: "service-3",
- title: "Engineering Solutions",
- subtitle: "Tailored remediation strategies and structural support. Expert engineering to enhance asset durability.",
- category: "Engineering",
- value: "Learn More",
- buttons: [
+ id: "service-3", title: "Engineering Solutions", subtitle: "Tailored remediation strategies and structural support. Expert engineering to enhance asset durability.", category: "Engineering", value: "Learn More", buttons: [
{
- text: "Details",
- href: "/services/engineering-solutions",
- },
+ text: "Details", href: "/services/engineering-solutions"},
],
},
]}
@@ -179,7 +125,6 @@ export default function LandingPage() {
@@ -188,17 +133,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "BHP",
- "Southern Ports",
- "Main Roads WA",
- "Water Corporation",
- "Mid West Ports",
- "Patrick Terminals",
- "Fremantle Ports",
- "CBH Group",
- "PTA",
- "Rio Tinto",
- ]}
+ "BHP", "Southern Ports", "Main Roads WA", "Water Corporation", "Mid West Ports", "Patrick Terminals", "Fremantle Ports", "CBH Group", "PTA", "Rio Tinto"]}
title="Trusted by Industry Leaders"
description="At ICM, we take pride in cultivating strong, enduring partnerships with our clients. Our dedication to excellence, innovation, and sustainability has earned the trust of industry leaders across multiple sectors."
/>
@@ -208,8 +143,7 @@ export default function LandingPage() {