Compare commits

...

4 Commits

Author SHA1 Message Date
ced9c6d1d4 Update src/app/page.tsx 2026-05-23 11:48:02 +00:00
2fd3ce004e Merge version_38 into main
Merge version_38 into main
2026-05-23 11:44:38 +00:00
f4fae7b897 Update src/app/page.tsx 2026-05-23 11:44:35 +00:00
a9a01d0820 Merge version_37 into main
Merge version_37 into main
2026-05-23 11:41:41 +00:00

View File

@@ -69,11 +69,11 @@ export default function LandingPage() {
<div id="process" data-section="process">
<MetricSplitMediaAbout
useInvertedBackground={false}
title=" Shipping from Dubai to Ghana in 2 simple steps"
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: "1", title: "Hub Collection" },
{ value: "2", title: "Secure Transit" },
{ value: "3", title: "Ghana Arrival" }
]}
mediaAnimation="slide-up"
@@ -87,7 +87,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[]}
features={[
{ id: "f1", title: "Luxury Goods", author: "Security", description: "High-security transit for watches and premium goods.", tags: ["Luxury"], imageSrc: "https://images.unsplash.com/photo-1524592094714-0f0654e20314?q=80&w=800" },
{ id: "f2", title: "Auto Logistics", author: "Protection", description: "Specialized vehicle shipping with expert strapping.", tags: ["Vehicles"], imageSrc: "https://images.unsplash.com/photo-1594993875739-1661d92f22ad?q=80&w=800" }
]}
title="We Ship the Spectrum."
description="Large or Small, We Handle It All. Click for details."
/>
@@ -97,7 +100,10 @@ export default function LandingPage() {
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[]}
faqs={[
{ id: "q1", title: "How safe are my goods?", content: "Every shipment is fully insured and tracked." },
{ id: "q2", title: "Are there hidden fees?", content: "No. We provide clear pricing for all transit."}
]}
title="Operational Standards"
description="Why choose Sir James Delivery?"
faqsAnimation="slide-up"
@@ -120,7 +126,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[]}
columns={[
{ title: "Services", items: [{ label: "Shipping", href: "/services" }, { label: "Gallery", href: "/gallery" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Guarantee", href: "/the-sir-james-transit-guarantee" }] }
]}
bottomLeftText="© 2026 Sir James Delivery Company."
bottomRightText="Safe. Swift. Secure."
/>
@@ -128,4 +137,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}