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

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