Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Support",
|
||||
id: "/workforce-support",
|
||||
},
|
||||
{
|
||||
name: "Join",
|
||||
id: "/join-esg",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Support", id: "/workforce-support" },
|
||||
{ name: "Join", id: "/join-esg" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="ESG"
|
||||
/>
|
||||
@@ -56,15 +41,7 @@ export default function LandingPage() {
|
||||
title="Head Office"
|
||||
sections={[
|
||||
{
|
||||
heading: "Contact Details",
|
||||
content: {
|
||||
type: "list",
|
||||
items: [
|
||||
"Perth, WA",
|
||||
"info@esg-mining.com",
|
||||
"Available 24/7",
|
||||
],
|
||||
},
|
||||
heading: "Contact Details", content: { items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -79,13 +56,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057719.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you operate in the Pilbara?",
|
||||
content: "Yes, the Pilbara is our primary operational hub.",
|
||||
},
|
||||
]}
|
||||
faqs={[{ id: "faq-1", title: "Do you operate in the Pilbara?", content: "Yes, the Pilbara is our primary operational hub." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,30 +65,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FIFO Solutions",
|
||||
href: "/workforce-support",
|
||||
},
|
||||
{
|
||||
label: "Join ESG",
|
||||
href: "/join-esg",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{ label: "FIFO Solutions", href: "/workforce-support" },
|
||||
{ label: "Join ESG", href: "/join-esg" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user