Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-23 06:13:13 +00:00

View File

@@ -31,21 +31,22 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home", id: "home", href: "/"
name: "Home", id: "/"
},
{
name: "Book a Ride", id: "book-ride", href: "/book-ride"
name: "Book a Ride", id: "/book-ride"
},
{
name: "How it Works", id: "how-it-works", href: "/#how-it-works"
},
{\n name: "About Us", id: "about-us", href: "/about"
name: "How it Works", id: "/#how-it-works"
},
{
name: "Pricing", id: "pricing", href: "/pricing"
name: "About Us", id: "/about"
},
{
name: "Contact", id: "contact", href: "/#contact"
name: "Pricing", id: "/pricing"
},
{
name: "Contact", id: "/#contact"
}
]}
brandName="BookMyRide"