Compare commits

..

7 Commits

Author SHA1 Message Date
674d415262 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-23 09:23:08 +00:00
e691c24a5e Update src/app/services/page.tsx 2026-05-23 09:23:08 +00:00
913b056bad Update src/app/page.tsx 2026-05-23 09:23:07 +00:00
f6a9e61066 Update src/app/how-it-works/page.tsx 2026-05-23 09:23:07 +00:00
a1db0eb872 Update src/app/contact/page.tsx 2026-05-23 09:23:07 +00:00
aaf69b4a41 Merge version_19 into main
Merge version_19 into main
2026-05-23 09:21:04 +00:00
18a12c512c Merge version_19 into main
Merge version_19 into main
2026-05-23 09:20:40 +00:00
5 changed files with 0 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ export default function ContactPage() {
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];

View File

@@ -12,7 +12,6 @@ export default function HowItWorksPage() {
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];

View File

@@ -16,7 +16,6 @@ export default function LandingPage() {
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];
@@ -64,7 +63,6 @@ export default function LandingPage() {
tag="Daily Shipments • Fully Insured • 100% Customs Cleared"
buttons={[
{ text: "Read Transit Guarantee", href: "/the-sir-james-transit-guarantee" },
{ text: "View Heavy-Duty Loading", href: "/loading-gallery" },
{ text: "Contact", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663056.jpg"

View File

@@ -12,7 +12,6 @@ export default function ServicesPage() {
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];

View File

@@ -12,7 +12,6 @@ export default function TransitGuaranteePage() {
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];