Compare commits

...

13 Commits

Author SHA1 Message Date
e811693f8c Merge version_40 into main
Merge version_40 into main
2026-06-03 00:13:38 +00:00
254e9b9178 Update src/app/page.tsx 2026-06-03 00:13:34 +00:00
ac6b06d198 Merge version_40 into main
Merge version_40 into main
2026-06-02 23:58:14 +00:00
ec6c2650df Update src/app/page.tsx 2026-06-02 23:58:08 +00:00
f562f269d0 Merge version_40 into main
Merge version_40 into main
2026-05-23 12:48:14 +00:00
b74bc18a90 Update src/app/page.tsx 2026-05-23 12:48:11 +00:00
840ddf4ddd Merge version_40 into main
Merge version_40 into main
2026-05-23 11:49:40 +00:00
43317016e4 Update src/app/page.tsx 2026-05-23 11:49:37 +00:00
984aaf7c2c Merge version_39 into main
Merge version_39 into main
2026-05-23 11:48:09 +00:00
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

@@ -62,23 +62,23 @@ export default function LandingPage() {
{ text: "Read Transit Guarantee", href: "/the-sir-james-transit-guarantee" },
{ text: "Contact", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663056.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/uploaded-1780445382984-llo1005u.png"
/>
</div>
<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"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-bridge-creek-powerlines-with-cars-road_181624-24539.jpg?_wi=1"
imageSrc="https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=800&_wi=2"
/>
</div>
@@ -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://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/tmp/ultra-realistic-picture-of-a-rolex-and-l-1780445488851-099b579a.png" },
{ id: "f2", title: "Auto Logistics", author: "Protection", description: "Specialized vehicle shipping with expert strapping.", tags: ["Vehicles"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/tmp/auto-logistics-1779540384242-e4e4e752.png" }
]}
title="We Ship the Spectrum."
description="Large or Small, We Handle It All. Click for details."
/>
@@ -97,11 +100,14 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/man-driving-warehouse-loading-machine_23-2148923134.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/tmp/operational-standards-1779540426851-3230ee44.png"
/>
</div>
@@ -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>
);
}
}