Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #11.
This commit is contained in:
2026-05-21 12:31:06 +00:00
5 changed files with 21 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import LegalSection from '@/components/legal/LegalSection';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import LegalSection from '@/components/legal/LegalSection';
export default function TransitGuaranteePage() {
return (
@@ -26,7 +26,8 @@ export default function TransitGuaranteePage() {
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Transit Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sir James Delivery"
@@ -34,15 +35,15 @@ export default function TransitGuaranteePage() {
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
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." }
}
]}
/>
<LegalSection
layout="page"
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." }
}
]}
/>
</div>
<div id="footer" data-section="footer">