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"