update solution page

This commit is contained in:
2026-07-20 13:33:30 +05:30
parent c29dc64c38
commit ca83f34b11
46 changed files with 4058 additions and 146 deletions

View File

@@ -1,5 +1,6 @@
import React from "react";
import MileTruthHero from "../../components/sections/MileTruthHero";
import MileTruthIntro from "../../components/sections/MileTruthIntro";
import Workflow1 from "../../components/sections/Workflow1";
import Workflow2 from "../../components/sections/Workflow2";
import Workflow4 from "../../components/sections/Workflow4";
@@ -7,7 +8,7 @@ import Workflow3Lazy from "../../components/sections/Workflow3Lazy";
export const metadata = {
title: "MileTruth Doormile",
description: "Optimizes every stage of the delivery journey for maximum efficiency. Explore the only AI built exclusively for logistics.",
description: "Optimizes every stage of the logistics journey for maximum efficiency. Explore the only AI built exclusively for logistics.",
};
export default function MileTruthPage() {
@@ -17,6 +18,7 @@ export default function MileTruthPage() {
<div className="content-inner">
<div data-elementor-type="wp-page" data-elementor-id="59" className="elementor elementor-59">
<MileTruthHero />
<MileTruthIntro />
<Workflow1 />
<Workflow2 />
<Workflow4 />