Update src/app/fleet/page.tsx
This commit is contained in:
@@ -27,6 +27,7 @@ export default function FleetPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Fleet", id: "/fleet" },
|
||||||
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "Estimate", id: "/estimate" },
|
{ name: "Estimate", id: "/estimate" },
|
||||||
{ name: "Contact", id: "/contact-us" },
|
{ name: "Contact", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
@@ -52,7 +53,7 @@ export default function FleetPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="CleanScene"
|
logoText="CleanScene"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }] },
|
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }] },
|
||||||
{ title: "Support", items: [{ label: "Estimate", href: "/estimate" }, { label: "Contact", href: "/contact-us" }] },
|
{ title: "Support", items: [{ label: "Estimate", href: "/estimate" }, { label: "Contact", href: "/contact-us" }] },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user