update miletruth page
This commit is contained in:
@@ -3,7 +3,17 @@ import FirstMileIcon from "../icons/FirstMileIcon";
|
||||
import MidMileIcon from "../icons/MidMileIcon";
|
||||
import LastMileIcon from "../icons/LastMileIcon";
|
||||
|
||||
export default function Miles3() {
|
||||
interface Miles3Props {
|
||||
/** Eyebrow above the heading. Defaults to the original How It Works label. */
|
||||
eyebrow?: string;
|
||||
/** Section heading. Defaults to the original How It Works copy. */
|
||||
heading?: string;
|
||||
}
|
||||
|
||||
export default function Miles3({
|
||||
eyebrow = "/ How It Works /",
|
||||
heading = "Doormile connects first, mid, and last mile into a seamless end-to-end logistics experience",
|
||||
}: Miles3Props = {}) {
|
||||
return (
|
||||
<>
|
||||
<style dangerouslySetInnerHTML={{ __html: `
|
||||
@@ -190,12 +200,12 @@ export default function Miles3() {
|
||||
<div className="elementor-element elementor-element-5bc90f3 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child" data-id="5bc90f3" data-element_type="container" data-e-type="container">
|
||||
<div className="elementor-element elementor-element-176d17f elementor-widget elementor-widget-logico_heading" data-id="176d17f" data-element_type="widget" data-e-type="widget" data-widget_type="logico_heading.default">
|
||||
<div className="elementor-widget-container">
|
||||
<div className="logico-title">/ How It Works /</div>
|
||||
<div className="logico-title">{eyebrow}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="elementor-element elementor-element-63a9de5 elementor-widget elementor-widget-logico_heading" data-id="63a9de5" data-element_type="widget" data-e-type="widget" data-widget_type="logico_heading.default">
|
||||
<div className="elementor-widget-container">
|
||||
<h3 className="logico-title">Doormile connects first, mid, and last mile into a seamless end-to-end logistics experience</h3>
|
||||
<h3 className="logico-title">{heading}</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user