Update src/app/page.tsx
This commit is contained in:
157
src/app/page.tsx
157
src/app/page.tsx
@@ -30,21 +30,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"
|
||||
/>
|
||||
@@ -53,20 +45,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
imagePosition="right"
|
||||
title="Cathodic Protection"
|
||||
description="Assess - Protect - Preserve - Enhance. Innovative solutions for lasting asset integrity."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services/asset-inspection",
|
||||
},
|
||||
text: "Learn More", href: "/services/asset-inspection"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
imageSrc="https://images.squarespace-cdn.com/content/v1/677c78f1b2fbe96bccbcd41a/1736210675862-F81AVZDMCZQTAPPWFSAU/h3b3-copyright.jpg"
|
||||
imageAlt="Large industrial structure requiring corrosion management"
|
||||
@@ -74,51 +61,31 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
alt: "John Doe, Corrosion Engineer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", alt: "John Doe, Corrosion Engineer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
alt: "Jane Smith, Project Manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "Jane Smith, Project Manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg",
|
||||
alt: "David Lee, Senior Consultant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg", alt: "David Lee, Senior Consultant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-talking-something-worker-uniform-looking-angry-front-view_176474-34539.jpg",
|
||||
alt: "Emily Chen, Field Technician",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-talking-something-worker-uniform-looking-angry-front-view_176474-34539.jpg", alt: "Emily Chen, Field Technician"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-architect-looking-away_23-2148242935.jpg",
|
||||
alt: "Michael Brown, Solutions Architect",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-architect-looking-away_23-2148242935.jpg", alt: "Michael Brown, Solutions Architect"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ industry experts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Expertise",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Certified Expertise", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovative Solutions",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Innovative Solutions", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Practices",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Practices", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "20+ Years Experience",
|
||||
},
|
||||
type: "text", text: "20+ Years Experience"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Client Focused",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Client Focused", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -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() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Mission: Assess - Protect - Preserve - Enhance."
|
||||
description="At ICM, our primary objective is to enhance the operational efficiency, serviceability, and safety of your assets by delivering expertly engineered solutions and implementing proactive management strategies. We strive to maximize the performance and reliability of your assets while minimizing downtime and operational risks. Our approach is centered on understanding your unique requirements and applying innovative techniques to develop tailored solutions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Let's Work Together"
|
||||
title="Get a Custom Corrosion Management Solution"
|
||||
description="Reach out today to discover how our customised corrosion management solutions can address your unique needs. We are here to help safeguard, maintain, and enhance your assets."
|
||||
@@ -227,50 +161,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