update logistices

This commit is contained in:
2026-06-02 23:59:51 +05:30
parent bae2fa0daa
commit 3bad62851c
32 changed files with 2305 additions and 1222 deletions

View File

@@ -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>

View File

@@ -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>