Compare commits

...

5 Commits

Author SHA1 Message Date
0793aba6f2 Update src/app/page.tsx 2026-05-21 15:00:12 +00:00
5bd5e6f326 Update src/app/page.tsx 2026-05-21 14:53:31 +00:00
6693999314 Update src/app/page.tsx 2026-05-21 14:48:07 +00:00
d50f62f0fa Update src/app/page.tsx 2026-05-21 14:47:38 +00:00
dd5764b64e Merge version_10 into main
Merge version_10 into main
2026-05-21 14:45:46 +00:00

View File

@@ -2,12 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
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() {
const navItems = [
@@ -75,6 +75,22 @@ export default function LandingPage() {
/>
</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">
<FeatureCardTwentyFour
animationType="slide-up"