diff --git a/next.config.ts b/next.config.ts index 3121097..d17d3ce 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,15 @@ import type { NextConfig } from "next"; import path from "path"; const nextConfig: NextConfig = { + async redirects() { + return [ + { + source: "/air-freight", + destination: "/doormile-wings", + permanent: true, + }, + ]; + }, turbopack: { root: path.resolve(__dirname), }, diff --git a/public/images/air-freight-pic-1.jpg b/public/images/air-freight-pic-1.jpg new file mode 100644 index 0000000..6f6b1bb Binary files /dev/null and b/public/images/air-freight-pic-1.jpg differ diff --git a/public/images/air-freight-slide-1.jpg b/public/images/air-freight-slide-1.jpg new file mode 100644 index 0000000..56f7e62 Binary files /dev/null and b/public/images/air-freight-slide-1.jpg differ diff --git a/public/images/air-freight-slide-2.jpg b/public/images/air-freight-slide-2.jpg new file mode 100644 index 0000000..af60603 Binary files /dev/null and b/public/images/air-freight-slide-2.jpg differ diff --git a/public/images/card 1.png b/public/images/card 1.png new file mode 100644 index 0000000..7e7c9cf Binary files /dev/null and b/public/images/card 1.png differ diff --git a/public/images/card 2.png b/public/images/card 2.png new file mode 100644 index 0000000..864f4d3 Binary files /dev/null and b/public/images/card 2.png differ diff --git a/public/images/card 3.png b/public/images/card 3.png new file mode 100644 index 0000000..ec145b8 Binary files /dev/null and b/public/images/card 3.png differ diff --git a/public/images/card4.png b/public/images/card4.png new file mode 100644 index 0000000..90e4dd2 Binary files /dev/null and b/public/images/card4.png differ diff --git a/public/images/card5.png b/public/images/card5.png new file mode 100644 index 0000000..39adac1 Binary files /dev/null and b/public/images/card5.png differ diff --git a/public/images/card6.png b/public/images/card6.png new file mode 100644 index 0000000..825ff3a Binary files /dev/null and b/public/images/card6.png differ diff --git a/public/images/pahse1.png b/public/images/pahse1.png new file mode 100644 index 0000000..8d3835e Binary files /dev/null and b/public/images/pahse1.png differ diff --git a/public/images/wings-heroslide2.png b/public/images/wings-heroslide2.png new file mode 100644 index 0000000..29188b6 Binary files /dev/null and b/public/images/wings-heroslide2.png differ diff --git a/public/images/wings-heroslider3.png b/public/images/wings-heroslider3.png new file mode 100644 index 0000000..f730de8 Binary files /dev/null and b/public/images/wings-heroslider3.png differ diff --git a/public/images/wings-heroslider4.png b/public/images/wings-heroslider4.png new file mode 100644 index 0000000..f10bbf4 Binary files /dev/null and b/public/images/wings-heroslider4.png differ diff --git a/public/images/women-hero-silder-1.png b/public/images/women-hero-silder-1.png new file mode 100644 index 0000000..771a639 Binary files /dev/null and b/public/images/women-hero-silder-1.png differ diff --git a/public/images/women-hero-slider-2.png b/public/images/women-hero-slider-2.png new file mode 100644 index 0000000..4172fca Binary files /dev/null and b/public/images/women-hero-slider-2.png differ diff --git a/public/images/women-hero-slider-3.png b/public/images/women-hero-slider-3.png new file mode 100644 index 0000000..fd87c85 Binary files /dev/null and b/public/images/women-hero-slider-3.png differ diff --git a/public/videos/Doormile-quantum-video3.mp4 b/public/videos/Doormile-quantum-video3.mp4 new file mode 100644 index 0000000..48d851a Binary files /dev/null and b/public/videos/Doormile-quantum-video3.mp4 differ diff --git a/public/videos/fleet.mp4 b/public/videos/fleet.mp4 new file mode 100644 index 0000000..dc8c334 Binary files /dev/null and b/public/videos/fleet.mp4 differ diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index aba89dc..640a92a 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -22,7 +22,7 @@ export default function AboutUsPage() { - + {/* */} diff --git a/src/app/air-freight/page.tsx b/src/app/air-freight/page.tsx new file mode 100644 index 0000000..420fe24 --- /dev/null +++ b/src/app/air-freight/page.tsx @@ -0,0 +1,15 @@ +import { permanentRedirect } from "next/navigation"; + +export const metadata = { + alternates: { + canonical: "https://doormile.com/doormile-wings", + }, + robots: { + index: false, + follow: true, + }, +}; + +export default function AirFreightRedirectPage() { + permanentRedirect("/doormile-wings"); +} diff --git a/src/app/doormile-wings/page.tsx b/src/app/doormile-wings/page.tsx new file mode 100644 index 0000000..11f3502 --- /dev/null +++ b/src/app/doormile-wings/page.tsx @@ -0,0 +1,62 @@ +import WingsHero from "@/components/sections/WingsHero"; +import WingsWhyGrid from "@/components/sections/WingsWhyGrid"; +import WingsSpeedAdvantage from "@/components/sections/WingsSpeedAdvantage"; +import WingsFeatureGrid from "@/components/sections/WingsFeatureGrid"; +import WingsIndustries from "@/components/sections/WingsIndustries"; +import WingsHowItWorks from "@/components/sections/WingsHowItWorks"; +import WingsFleetStrategy from "@/components/sections/WingsFleetStrategy"; +import WingsInfrastructure from "@/components/sections/WingsInfrastructure"; +import WingsMileTruth from "@/components/sections/WingsMileTruth"; +import WingsRoadmap from "@/components/sections/WingsRoadmap"; + +export const metadata = { + title: "Doormile Wings – Redefining Domestic Air Logistics Through AI", + description: "Doormile Wings links India's major regional capitals with AI-powered, same-day air logistics and zero-emission EV last-mile delivery — where quick commerce meets quick logistics.", + alternates: { + canonical: "https://doormile.com/doormile-wings", + }, + openGraph: { + title: "Doormile Wings – Redefining Domestic Air Logistics Through AI", + description: "Same-day air logistics linking India's major regional capitals, powered by MileTruth™ AI and zero-emission EV last-mile delivery.", + url: "https://doormile.com/doormile-wings", + siteName: "Doormile", + type: "website", + images: [ + { + url: "https://doormile.com/images/wings-logo.png", + width: 1200, + height: 630, + alt: "Doormile Wings", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Doormile Wings – Redefining Domestic Air Logistics Through AI", + description: "Same-day air logistics linking India's major regional capitals, powered by MileTruth™ AI and zero-emission EV last-mile delivery.", + images: ["https://doormile.com/images/wings-logo.png"], + }, +}; + +export default function DoormileWingsPage() { + return ( +
+
+
+
+ + + + + + + + + + +
+
+
+
+ ); +} diff --git a/src/app/empowerment/page.tsx b/src/app/empowerment/page.tsx new file mode 100644 index 0000000..64cc74f --- /dev/null +++ b/src/app/empowerment/page.tsx @@ -0,0 +1,123 @@ +import EmpowermentHero from "@/components/sections/EmpowermentHero"; +import EmpowermentVision from "@/components/sections/EmpowermentVision"; +import EmpowermentStory from "@/components/sections/EmpowermentStory"; +import WomenSection from "@/components/sections/WomenSection"; +import EmpowermentPrograms from "@/components/sections/EmpowermentPrograms"; +import EmpowermentImpact from "@/components/sections/EmpowermentImpact"; +import EmpowermentHowItWorks from "@/components/sections/EmpowermentHowItWorks"; +import EmpowermentStories from "@/components/sections/EmpowermentStories"; +import EmpowermentPartners from "@/components/sections/EmpowermentPartners"; +import EmpowermentCTA from "@/components/sections/EmpowermentCTA"; + +const WINGS_WOMEN_STATS = [ + { value: "500", plus: "+", label: "Women Founders" }, + { value: "35", plus: "+", label: "Cities Active" }, + { value: "100", plus: "+", label: "Enterprises Launched" }, +]; + +const WINGS_WOMEN_CARDS = [ + { + title: "Venture Building", + desc: "End-to-end support for women launching logistics enterprises — from ideation to market entry.", + icon: ( + + + + + + ), + }, + { + title: "Entrepreneurship", + desc: "Women building, owning, and scaling sustainable businesses within the logistics ecosystem.", + icon: ( + + + + + ), + }, + { + title: "Founder Networks", + desc: "Peer communities and strategic connections that accelerate growth and open new markets.", + icon: ( + + + + + + + ), + }, + { + title: "Enterprise Leadership", + desc: "Strategic decision-making, operational excellence, and vision-driven leadership for women founders.", + icon: ( + + + + + ), + }, +]; + +export const metadata = { + title: "Doormile Wings — Women Entrepreneurship Initiative", + description: "Doormile Wings empowers women to build, own, and lead enterprises within the logistics ecosystem through strategic partnerships, founder networks, and entrepreneurial infrastructure.", + alternates: { + canonical: "https://doormile.com/empowerment", + }, + openGraph: { + title: "Doormile Wings — Women Entrepreneurship Initiative", + description: "An entrepreneurial ecosystem empowering women to launch, grow, and lead logistics enterprises with strategic partnerships and industry collaboration.", + url: "https://doormile.com/empowerment", + siteName: "Doormile", + type: "website", + images: [ + { + url: "https://doormile.com/images/wings-logo.png", + width: 1200, + height: 630, + alt: "Doormile Wings — Women Entrepreneurship Initiative", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Doormile Wings — Women Entrepreneurship Initiative", + description: "An entrepreneurial ecosystem empowering women to launch, grow, and lead logistics enterprises with strategic partnerships and industry collaboration.", + images: ["https://doormile.com/images/wings-logo.png"], + }, +}; + +export default function EmpowermentPage() { + return ( +
+
+
+
+ + + + + + + + + + +
+
+
+
+ ); +} diff --git a/src/app/express/page.tsx b/src/app/express/page.tsx new file mode 100644 index 0000000..2149cb5 --- /dev/null +++ b/src/app/express/page.tsx @@ -0,0 +1,133 @@ +import type { Metadata } from "next"; +import Link from "next/link"; + +export const metadata: Metadata = { + title: "Express – Doormile", + description: "Doormile Express — a fast-lane logistics service for time-critical shipments. Coming soon.", + alternates: { + canonical: "https://doormile.com/express", + }, + robots: { + index: false, + follow: true, + }, +}; + +export default function ExpressPage() { + return ( +
+
+
+
+
+ Solutions / Express +

+ Doormile Express is on its way +

+

+ We're building a fast-lane logistics service for time-critical shipments. + Check back soon, or explore what Doormile already delivers today. +

+
+ + Explore Doormile Wings + + + Get notified when we launch → + +
+
+
+
+
+ + {/* Self-contained placeholder styling, scoped to .express-coming-soon. + Re-declares --logico-dark-text-color/--logico-light-text-color/ + --logico-accent-color locally: the sitewide :root fallback is the + light-theme value (dark text on white), which would render near- + black text on this dark section without the override. */} +