update logistices
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import React from "react";
|
||||
import ContactsHero from "@/components/sections/ContactsHero";
|
||||
import ContactForm from "@/components/sections/ContactForm";
|
||||
import ContactMap from "@/components/sections/ContactMap";
|
||||
|
||||
export const metadata = {
|
||||
@@ -15,7 +14,6 @@ export default function ContactPage() {
|
||||
<div className="content-inner">
|
||||
<div data-elementor-type="wp-page" data-elementor-id="41" className="elementor elementor-41">
|
||||
<ContactsHero />
|
||||
<ContactForm />
|
||||
<ContactMap />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@ import MileTruthHero from "../../components/sections/MileTruthHero";
|
||||
import Workflow1 from "../../components/sections/Workflow1";
|
||||
import Workflow2 from "../../components/sections/Workflow2";
|
||||
import Workflow3 from "../../components/sections/Workflow3";
|
||||
import PerformanceSection from "../../components/performance/PerformanceSection";
|
||||
import LogisticsBrainSection from "../../components/logisticsbrain/LogisticsBrainSection";
|
||||
|
||||
export const metadata = {
|
||||
title: "MileTruth – Doormile",
|
||||
@@ -20,7 +20,7 @@ export default function MileTruthPage() {
|
||||
<Workflow1 />
|
||||
<Workflow2 />
|
||||
<Workflow3 />
|
||||
<PerformanceSection />
|
||||
<LogisticsBrainSection />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user