update miletruth page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user