Update src/app/contact/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -41,7 +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"] },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -83,4 +83,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user