update miletruth page

This commit is contained in:
2026-05-30 17:24:26 +05:30
parent 88722329d5
commit 8d74f7063e
23 changed files with 5373 additions and 158 deletions

View File

@@ -3,6 +3,8 @@ 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 OptimizationSection from "../../components/optimization/OptimizationSection";
import PerformanceSection from "../../components/performance/PerformanceSection";
export const metadata = {
title: "MileTruth Doormile",
@@ -16,9 +18,11 @@ export default function MileTruthPage() {
<div className="content-inner">
<div data-elementor-type="wp-page" data-elementor-id="59" className="elementor elementor-59">
<MileTruthHero />
<OptimizationSection />
<Workflow1 />
<Workflow2 />
<Workflow3 />
<PerformanceSection />
</div>
</div>
</div>