diff --git a/public/images/workflow4.png b/public/images/workflow4.png
new file mode 100644
index 0000000..a527ce7
Binary files /dev/null and b/public/images/workflow4.png differ
diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx
index ecfc421..ab4123b 100644
--- a/src/components/layout/Footer.tsx
+++ b/src/components/layout/Footer.tsx
@@ -448,9 +448,9 @@ export default function Footer() {
- {/* -
+
-
Doormile Wings
-
*/}
+
-
About Us
diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx
index 6c2320d..9bb0c57 100644
--- a/src/components/layout/Header.tsx
+++ b/src/components/layout/Header.tsx
@@ -20,7 +20,7 @@ const CURRENT_PAGE_MAP: Record = {
"/miletruth": "miletruth",
"/solutions": "solutions",
"/about": "about",
- // "/doormile-wings": "doormile-wings",
+ "/doormile-wings": "doormile-wings",
"/empowerment": "entarpreneurship",
"/express": "express",
"/about-us": "about",
@@ -38,7 +38,7 @@ const CURRENT_PAGE_ALIASES: Record = {
miletruth: ["miletruth"],
// Solutions is now a plain top-level link — no child pages own its active state.
solutions: ["solutions"],
- // "doormile-wings": ["doormile-wings"],
+ "doormile-wings": ["doormile-wings"],
entarpreneurship: ["entarpreneurship"],
blogs: ["blogs"],
contact: ["contact"],
@@ -472,9 +472,9 @@ export default function Header() {
- {/* */}
+
@@ -581,9 +581,9 @@ export default function Header() {
-
handleNavClick(event, "/", "home", true)}>Home
- {/* -
+
-
Wings
-
*/}
+
-
handleNavClick(event, "/miletruth", "miletruth", true)}>MileTruth™ AI
diff --git a/src/components/sections/Workflow4.tsx b/src/components/sections/Workflow4.tsx
index 3b8a595..f99297b 100644
--- a/src/components/sections/Workflow4.tsx
+++ b/src/components/sections/Workflow4.tsx
@@ -103,6 +103,7 @@ export default function Workflow4() {