update miletruth page

This commit is contained in:
2026-07-27 19:59:25 +05:30
parent ca83f34b11
commit 136cc966c7
25 changed files with 5779 additions and 1195 deletions

View File

@@ -5,6 +5,14 @@ import Workflow1 from "../../components/sections/Workflow1";
import Workflow2 from "../../components/sections/Workflow2";
import Workflow4 from "../../components/sections/Workflow4";
import Workflow3Lazy from "../../components/sections/Workflow3Lazy";
import {
SolutionAIVehicleSelection,
SolutionSmartRouteIntelligence,
SolutionQuantumDecisionEngine,
SolutionLiveLogisticsIntelligence,
SolutionMileTruthAI,
SolutionOperationsDashboard,
} from "../../components/sections/SolutionsWorkflow";
export const metadata = {
title: "MileTruth Doormile",
@@ -19,9 +27,15 @@ export default function MileTruthPage() {
<div data-elementor-type="wp-page" data-elementor-id="59" className="elementor elementor-59">
<MileTruthHero />
<MileTruthIntro />
<SolutionAIVehicleSelection />
<Workflow1 />
<SolutionSmartRouteIntelligence />
<Workflow2 />
<SolutionQuantumDecisionEngine />
<Workflow4 />
<SolutionLiveLogisticsIntelligence />
<SolutionMileTruthAI />
<SolutionOperationsDashboard />
<Workflow3Lazy />
</div>
</div>