Compare commits

...

5 Commits

Author SHA1 Message Date
16f71adc70 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:48:58 +00:00
06efdf6240 Update src/app/services/page.tsx 2026-05-21 12:48:57 +00:00
037d2e07af Update src/app/page.tsx 2026-05-21 12:48:56 +00:00
20a18aaf9b Update src/app/how-it-works/page.tsx 2026-05-21 12:48:56 +00:00
7b10fa8fde Update src/app/contact/page.tsx 2026-05-21 12:48:55 +00:00
5 changed files with 1 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ export default function ContactPage() {
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
]}

View File

@@ -26,7 +26,6 @@ export default function HowItWorksPage() {
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
]}

View File

@@ -29,7 +29,6 @@ export default function LandingPage() {
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "#specs" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
]}

View File

@@ -26,7 +26,6 @@ export default function ServicesPage() {
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
]}

View File

@@ -26,7 +26,6 @@ export default function TransitGuaranteePage() {
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
]}
@@ -40,8 +39,7 @@ export default function TransitGuaranteePage() {
title="The Sir James Transit Guarantee"
sections={[
{
heading: "Our Commitment",
content: { type: "paragraph", text: "At Sir James Delivery Company, we eliminate the anxiety of international shipping. Every single consignment—whether it is an exclusive luxury timepiece, fragile perfumes, or multi-ton industrial gym machinery—is backed by our zero-damage, clear-pricing commitment. From the exact moment your goods are cataloged at our Dubai hub to the second they are safely received at our secure warehouse in Ghana, your cargo is fully insured, monitored under strict logistics surveillance, and processed with 100% customs clearance. If we receive it in Dubai, you will collect it in Ghana in pristine condition. No exceptions, no hidden fees, no delays." }
heading: "Our Commitment", content: { type: "paragraph", text: "At Sir James Delivery Company, we eliminate the anxiety of international shipping. Every single consignment—whether it is an exclusive luxury timepiece, fragile perfumes, or multi-ton industrial gym machinery—is backed by our zero-damage, clear-pricing commitment. From the exact moment your goods are cataloged at our Dubai hub to the second they are safely received at our secure warehouse in Ghana, your cargo is fully insured, monitored under strict logistics surveillance, and processed with 100% customs clearance. If we receive it in Dubai, you will collect it in Ghana in pristine condition. No exceptions, no hidden fees, no delays." }
}
]}
/>