Update src/app/pricing/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function PricingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Our Fleet", id: "/fleet" },
|
||||
{ name: "Our Premium Fleet", id: "/fleet" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact us", id: "/contact-us" },
|
||||
]}
|
||||
@@ -55,7 +55,7 @@ export default function PricingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
||||
]}
|
||||
logoText="CleanScene"
|
||||
|
||||
Reference in New Issue
Block a user