diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8709fb2..fb71720 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,9 +28,9 @@ export default function AboutPage() { brandName="LuxeDrive" navItems={[ { name: "Fleet", id: "fleet" }, - { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, ]} button={{ text: "Book Now", href: "#booking" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a654615..96c0811 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,9 +25,9 @@ export default function ContactPage() { brandName="LuxeDrive" navItems={[ { name: "Fleet", id: "fleet" }, - { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, ]} button={{ text: "Book Now", href: "#booking" diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 63a3acb..d64d888 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -3,7 +3,6 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroLogo from "@/components/sections/hero/HeroLogo"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -11,9 +10,9 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function FleetPage() { const navItems = [ { name: "Fleet", id: "fleet" }, - { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, ]; return ( @@ -40,25 +39,6 @@ export default function FleetPage() { /> -
- -
-