From 7dc66de61545675738c73a56762b01f48a8c2e2f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:00:43 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1 From 40b640a38b8fc41950d7742e8310a354c31133ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:00:45 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1 From 519212e486d79cae50b47883b465eb594663839e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:00:47 +0000 Subject: [PATCH 3/5] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) 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() { /> -
- -
-
Date: Tue, 10 Mar 2026 16:00:49 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7c6d52..98f939b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,9 +32,9 @@ export default function HomePage() { 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" -- 2.49.1 From 052c35ba781b5339a500aeb7dae7c9aaa2e9c3cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:00:51 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index d70fcf8..5aaa61c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -27,9 +27,9 @@ export default function PricingPage() { 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" -- 2.49.1