Update src/app/how-it-works/page.tsx

This commit is contained in:
2026-05-21 12:12:37 +00:00
parent 669b3e53b0
commit a97d024ae0

View File

@@ -24,7 +24,7 @@ export default function HowItWorksPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ name: "Services", id: "/#freight" }, { name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" }, { name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" }, { name: "Shipment Specs", id: "/#specs" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
@@ -53,7 +53,7 @@ export default function HowItWorksPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "/#freight" }] }, { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "/services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]} ]}
bottomLeftText="© 2026 Sir James Delivery Company." bottomLeftText="© 2026 Sir James Delivery Company."