Compare commits
7 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 0793aba6f2 | |||
| 5bd5e6f326 | |||
| 6693999314 | |||
| d50f62f0fa | |||
| dd5764b64e | |||
| 4df369d9b4 | |||
| 90160c4f9f |
@@ -41,10 +41,8 @@ export default function HowItWorksPage() {
|
|||||||
title="Shipping From Dubai to Ghana in 2 Easy Steps"
|
title="Shipping From Dubai to Ghana in 2 Easy Steps"
|
||||||
description="Our streamlined process ensures maximum security and efficiency."
|
description="Our streamlined process ensures maximum security and efficiency."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "1", title: "Hub Delivery;You secure the goods; we take complete ownership.
|
{ value: "1", title: "Hub Delivery;You secure the goods; we take complete ownership. Drop your items off at our centralized Dubai hub, or have your UAE suppliers ship directly to our receiving depot. The moment your cargo arrives, our specialized team conducts an immediate premium inventory check, logs your items, and packages them into high-security, reinforced transit containers tailored to their specific category (from luxury timepieces to heavy gym equipment)." },
|
||||||
Drop your items off at our centralized Dubai hub, or have your UAE suppliers ship directly to our receiving depot. The moment your cargo arrives, our specialized team conducts an immediate premium inventory check, logs your items, and packages them into high-security, reinforced transit containers tailored to their specific category (from luxury timepieces to heavy gym equipment)." },
|
{ value: "2", title: "Premium Transit & Secure Pickup;We handle the border logistics; you collect in Ghana. Your cargo is fast-tracked through air or sea transit under constant tracking and logistics surveillance. Our dedicated customs clearing desk manages 100% of the complex port paperwork and border clearance internally. Your goods travel straight to our private, secure warehouse facility in Ghana, fully processed and ready for a smooth, hassle-free pickup." },
|
||||||
{ value: "2", title: "Premium Transit & Secure Pickup;We handle the border logistics; you collect in Ghana.
|
|
||||||
Your cargo is fast-tracked through air or sea transit under constant tracking and logistics surveillance. Our dedicated customs clearing desk manages 100% of the complex port paperwork and border clearance internally. Your goods travel straight to our private, secure warehouse facility in Ghana, fully processed and ready for a smooth, hassle-free pickup." },
|
|
||||||
{ value: "3", title: "Ghana Pickup" },
|
{ value: "3", title: "Ghana Pickup" },
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -75,6 +75,22 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="process" data-section="process">
|
||||||
|
<MetricSplitMediaAbout
|
||||||
|
useInvertedBackground={false}
|
||||||
|
title=" Shipping from Dubai to Ghana in 2 simple steps"
|
||||||
|
description="Our streamlined process ensures maximum security and efficiency for all your cargo."
|
||||||
|
metrics={[
|
||||||
|
{ value: "1", title: "Hub Collection,Deliver your goods or have your suppliers ship directly to our Dubai receiving hub. We immediately inspect, inventory, and securely pack your cargo into specialized transit containers." },
|
||||||
|
{ value: "2", title: "Secure Transit,We handle the global transit, tracking, and 100% of the customs clearance paperwork. Your pristine cargo goes straight to our private Ghana warehouse, ready for hassle-free collection." },
|
||||||
|
{ value: "3", title: "Ghana Arrival" }
|
||||||
|
]}
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-bridge-creek-powerlines-with-cars-road_181624-24539.jpg"
|
||||||
|
imageAlt="Streamlined shipping process overview"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="freight" data-section="freight">
|
<div id="freight" data-section="freight">
|
||||||
<FeatureCardTwentyFour
|
<FeatureCardTwentyFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user