Update src/app/contact/page.tsx

This commit is contained in:
2026-06-07 09:57:35 +00:00
parent 0ce0c34be2
commit d540c8a83a

View File

@@ -27,21 +27,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"
/>
@@ -50,20 +42,15 @@ export default function LandingPage() {
<div id="contact-header" data-section="contact-header">
<HeroSplit
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
imagePosition="left"
title="Get In Touch With ICM"
description="We are committed to providing innovative corrosion management solutions. Contact us today to discuss your project."
buttons={[
{
text: "Call Us Now",
href: "tel:+61863944362",
},
text: "Call Us Now", href: "tel:+61863944362"},
{
text: "Email Us",
href: "mailto:icm@corrosionmanagement.com.au",
},
text: "Email Us", href: "mailto:icm@corrosionmanagement.com.au"},
]}
imageSrc="https://images.squarespace-cdn.com/content/v1/677c78f1b2fbe96bccbcd41a/1736210683840-ZAJ8I9Y1HC44Y6EBOAKA/civil-engineer-and-construction-manager-in-orange-7F23AKZ.jpg"
imageAlt="Civil engineer and construction manager on site"
@@ -71,51 +58,31 @@ export default function LandingPage() {
fixedMediaHeight={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/successful-young-female-asian-businesswoman-architect-safety-helmet-reflective-jacket-standing-confident-determined-smiling-assured-building-houses-posing-white-background_1258-97020.jpg",
alt: "Project Coordinator",
},
src: "http://img.b2bpic.net/free-photo/successful-young-female-asian-businesswoman-architect-safety-helmet-reflective-jacket-standing-confident-determined-smiling-assured-building-houses-posing-white-background_1258-97020.jpg", alt: "Project Coordinator"},
{
src: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367549.jpg",
alt: "Technical Specialist",
},
src: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367549.jpg", alt: "Technical Specialist"},
{
src: "http://img.b2bpic.net/free-photo/focused-person-smiling-waving-web-conference-her-home_482257-119134.jpg",
alt: "Client Relations Manager",
},
src: "http://img.b2bpic.net/free-photo/focused-person-smiling-waving-web-conference-her-home_482257-119134.jpg", alt: "Client Relations Manager"},
{
src: "http://img.b2bpic.net/free-photo/architect-checking-project-office_23-2148242937.jpg",
alt: "Operations Director",
},
src: "http://img.b2bpic.net/free-photo/architect-checking-project-office_23-2148242937.jpg", alt: "Operations Director"},
{
src: "http://img.b2bpic.net/free-photo/portrait-professional-architect-woman-wearing-yellow-helmet-standing-outdoors-engineer-architect-concept_58466-12277.jpg",
alt: "Lead Engineer",
},
src: "http://img.b2bpic.net/free-photo/portrait-professional-architect-woman-wearing-yellow-helmet-standing-outdoors-engineer-architect-concept_58466-12277.jpg", alt: "Lead Engineer"},
]}
avatarText="Our team is ready to assist you"
marqueeItems={[
{
type: "text",
text: "Perth, Western Australia",
type: "text", text: "Perth, Western Australia"},
{
type: "text-icon", text: "+61 8 6394 4362", icon: Phone,
},
{
type: "text-icon",
text: "+61 8 6394 4362",
icon: Phone,
type: "text-icon", text: "Enquire Online", icon: Mail,
},
{
type: "text-icon",
text: "Enquire Online",
icon: Mail,
type: "text-icon", text: "LinkedIn Presence", icon: Linkedin,
},
{
type: "text-icon",
text: "LinkedIn Presence",
icon: Linkedin,
},
{
type: "text",
text: "Global Reach",
},
type: "text", text: "Global Reach"},
]}
/>
</div>
@@ -124,7 +91,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Our Details"
description="Unit 1, 4 Monash Gate, Jandakot, Western Australia 6164\n\nPhone: +61 8 6394 4362\n\nEmail: icm@corrosionmanagement.com.au\n\nLinkedIn: https://www.linkedin.com/company/innovative-corrosion-management"
/>
</div>
@@ -135,50 +101,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: "#"},
],
},
]}