Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #11.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user