update doormile wings dropdown
This commit is contained in:
@@ -158,7 +158,7 @@ export default function AirFreightAdvantages() {
|
||||
<div className="afa-feature-inner dm-section-container">
|
||||
<ScrollReveal delay={0.05} yOffset={40}>
|
||||
<h3 className="afa-feature-heading">
|
||||
Doormile is India's leading air freight partner
|
||||
Doormile Wings is India's leading air cargo partner
|
||||
</h3>
|
||||
</ScrollReveal>
|
||||
<ScrollReveal delay={0.15} yOffset={40}>
|
||||
@@ -166,7 +166,7 @@ export default function AirFreightAdvantages() {
|
||||
<p className="afa-feature-text">
|
||||
<strong>Our integrated air and ground network delivers cargo from major Indian airports to final destinations — domestic or international — without subcontractor gaps or tracking blind spots.</strong>
|
||||
<br /><br />
|
||||
Every air freight booking comes with binding SLA commitments, real-time milestone tracking, and in-house customs management — eliminating the need for third-party brokers and reducing total transit risk.
|
||||
Every Doormile Wings booking comes with binding SLA commitments, real-time milestone tracking, and in-house customs management — eliminating the need for third-party brokers and reducing total transit risk.
|
||||
</p>
|
||||
<Link href="/about-us" className="logico-alter-button" style={{ textDecoration: "none", display: "inline-block" }}>
|
||||
More About Us
|
||||
|
||||
@@ -100,11 +100,11 @@ export default function AirFreightBanner() {
|
||||
|
||||
<section className="afb-section">
|
||||
<div className="afb-wrap dm-section-container">
|
||||
<div className="afb-image" role="img" aria-label="Air freight cargo terminal" />
|
||||
<div className="afb-image" role="img" aria-label="Doormile Wings cargo terminal" />
|
||||
<div className="afb-card-anchor">
|
||||
<ScrollReveal delay={0.1} yOffset={30}>
|
||||
<div className="afb-card">
|
||||
<span className="afb-card-num">01 / Air Freight</span>
|
||||
<span className="afb-card-num">01 / Doormile Wings</span>
|
||||
<h5 className="afb-card-title">Specialized air cargo services for every shipment type</h5>
|
||||
<p className="afb-card-desc">From express next-flight-out bookings to full-aircraft charters — Doormile handles every air cargo requirement under one SLA with full visibility and in-house customs.</p>
|
||||
<Link
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function AirFreightCTA() {
|
||||
<em>cargo by air?</em>
|
||||
</h2>
|
||||
<p className="we-cta-sub afcta-sub">
|
||||
Get a binding air freight quote within the hour. Our logistics team<br />
|
||||
Get a binding Doormile Wings quote within the hour. Our logistics team<br />
|
||||
is available 24/7 across all major Indian airports and trade lanes.
|
||||
</p>
|
||||
<div className="we-cta-btns">
|
||||
|
||||
@@ -6,8 +6,8 @@ import { ScrollReveal } from "@/animations/Reveal";
|
||||
|
||||
const FAQS = [
|
||||
{
|
||||
q: "How can we work with your air freight system?",
|
||||
a: "Getting started with Doormile Air Freight is straightforward — contact our ops team or use our online quote form. We'll assess your cargo requirements, recommend the right service tier, and handle all documentation, booking, and customs coordination from a single point of contact.",
|
||||
q: "How can we work with Doormile Wings?",
|
||||
a: "Getting started with Doormile Wings is straightforward — contact our ops team or use our online quote form. We'll assess your cargo requirements, recommend the right service tier, and handle all documentation, booking, and customs coordination from a single point of contact.",
|
||||
},
|
||||
{
|
||||
q: "What types of cargo can Doormile move by air?",
|
||||
|
||||
@@ -56,35 +56,51 @@ export default function AirFreightHero() {
|
||||
.af-hero-slide .slide-content {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
align-items: flex-end !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0 60px 70px !important;
|
||||
padding: 0 20px 70px !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.af-hero-slide .slide-content-inner {
|
||||
width: 100%;
|
||||
max-width: 55%;
|
||||
margin: 58px 0 0 0;
|
||||
text-align: left;
|
||||
max-width: 1000px;
|
||||
margin: 58px auto 0 auto;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.af-hero-slide .content-slider-item-heading {
|
||||
.af-hero-slide .content-slider-item-heading,
|
||||
.af-hero-slide .content-slider-item-heading .heading-content {
|
||||
font-size: clamp(36px, 5.5vw, 80px) !important;
|
||||
line-height: 1.125em !important;
|
||||
word-spacing: -0.03em;
|
||||
color: #FFFFFF;
|
||||
text-align: left !important;
|
||||
color: #FFFFFF !important;
|
||||
text-align: center !important;
|
||||
width: 100%;
|
||||
}
|
||||
.af-hero-slide .content-slider-item-text {
|
||||
color: #FFFFFF;
|
||||
text-align: left !important;
|
||||
font-size: 16px;
|
||||
line-height: 1.875em;
|
||||
text-align: center !important;
|
||||
font-size: clamp(18px, 1.5vw, 24px) !important;
|
||||
line-height: 1.65 !important;
|
||||
margin-top: 23px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.af-hero-slide .content-slider-item-text .text-content {
|
||||
max-width: 780px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.af-hero-slide .content-slider-item-buttons {
|
||||
margin-top: 32px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.logico-front-end .af-hero-slide .logico-alter-button {
|
||||
display: inline-block;
|
||||
@@ -102,16 +118,16 @@ export default function AirFreightHero() {
|
||||
height: 800px !important;
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
.af-hero-slide .slide-content-inner { max-width: 70%; }
|
||||
.af-hero-slide .slide-content-inner { max-width: 90%; }
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
.af-hero-slide .slide-content { padding: 0 30px 50px !important; }
|
||||
.af-hero-slide .slide-content-inner { max-width: 85%; }
|
||||
.af-hero-slide .slide-content-inner { max-width: 95%; }
|
||||
.logico-content-slider-widget .owl-stage-outer { height: 640px !important; }
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.af-hero-slide .slide-content { padding: 0 20px 40px !important; }
|
||||
.af-hero-slide .slide-content-inner { max-width: 100%; margin: 0; }
|
||||
.af-hero-slide .slide-content-inner { max-width: 100%; margin: 0 auto; }
|
||||
.logico-content-slider-widget .owl-stage-outer { height: 580px !important; }
|
||||
.af-hero-page .owl-nav { display: none !important; }
|
||||
}
|
||||
@@ -153,12 +169,9 @@ export default function AirFreightHero() {
|
||||
</h1>
|
||||
<div className="content-slider-item-text logico-content-wrapper-2">
|
||||
<div className="text-content">
|
||||
<p>Doormile Air Freight delivers precision cargo solutions across domestic and international trade lanes — guaranteed transit times, real-time tracking, full customs management.</p>
|
||||
<p>Doormile Wings delivers precision cargo solutions across domestic and international trade lanes — guaranteed transit times, real-time tracking, full customs management.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="content-slider-item-buttons logico-content-wrapper-3">
|
||||
<Link href="/contact" className="logico-alter-button">Get a Quote</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -189,9 +202,6 @@ export default function AirFreightHero() {
|
||||
<p>From runway to doorstep — seamless air-to-ground handoffs powered by our integrated logistics network across India and global destinations.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="content-slider-item-buttons logico-content-wrapper-3">
|
||||
<Link href="/about-us" className="logico-alter-button">Explore More</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { StaggerChildren } from "@/animations/Reveal";
|
||||
|
||||
const SERVICE_LIST = [
|
||||
"Air Freight",
|
||||
"Doormile Wings",
|
||||
"Express Cargo",
|
||||
"Cold Chain Logistics",
|
||||
"Customs Clearance",
|
||||
@@ -167,7 +167,7 @@ export default function AirFreightServices() {
|
||||
<div className="af3-col">
|
||||
<div className="af3-label">/ Products & Services /</div>
|
||||
<h5 className="af3-heading">Products & Services</h5>
|
||||
<p className="af3-desc">Comprehensive air freight and logistics solutions built for businesses that demand speed, reliability, and complete cargo visibility.</p>
|
||||
<p className="af3-desc">Comprehensive air cargo and logistics solutions built for businesses that demand speed, reliability, and complete cargo visibility.</p>
|
||||
<div className="af3-divider" />
|
||||
<ul className="af3-list">
|
||||
{SERVICE_LIST.map((item) => (
|
||||
@@ -182,7 +182,7 @@ export default function AirFreightServices() {
|
||||
{/* Column 2 – Our Specialty */}
|
||||
<div className="af3-col">
|
||||
<div className="af3-label">/ Our Specialty /</div>
|
||||
<h5 className="af3-heading">Air Freight</h5>
|
||||
<h5 className="af3-heading">Doormile Wings</h5>
|
||||
<p className="af3-desc">Time-critical shipments handled with the highest priority. Guaranteed next-flight-out scheduling, same-day airport handoff, and binding SLA commitments on every air cargo booking.</p>
|
||||
<div className="af3-divider" />
|
||||
<p className="af3-desc">Our IATA-certified team manages special commodity requirements including temperature control, security packaging, and regulatory documentation for every cargo category.</p>
|
||||
|
||||
@@ -4,7 +4,7 @@ import { ScrollReveal } from "@/animations/Reveal";
|
||||
|
||||
const ICON_BOXES = [
|
||||
{
|
||||
title: "Express Air Freight",
|
||||
title: "Doormile Wings Express",
|
||||
desc: "Time-critical shipments handled with next-flight-out scheduling and binding SLA commitments. Priority customs processing at every origin and destination airport.",
|
||||
},
|
||||
{
|
||||
@@ -190,7 +190,7 @@ export default function AirFreightWorkflow() {
|
||||
<div className="afw-left-img">
|
||||
<Image
|
||||
src="/images/air-freight-pic-1.jpg"
|
||||
alt="Air freight cargo operations"
|
||||
alt="Doormile Wings cargo operations"
|
||||
fill
|
||||
style={{ objectFit: "cover", objectPosition: "center" }}
|
||||
sizes="(max-width: 768px) 100vw, 45vw"
|
||||
|
||||
Reference in New Issue
Block a user