Compare commits

..

9 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
c3cb052821 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:42:05 +00:00
c6d94d0fdc Merge version_6 into main
Merge version_6 into main
2026-05-21 12:31:06 +00:00
1a1fb94e9a Merge version_6 into main
Merge version_6 into main
2026-05-21 12:30:22 +00:00
2a4ee65bab Merge version_6 into main
Merge version_6 into main
2026-05-21 12:21:50 +00:00
5 changed files with 0 additions and 5 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" },
]}