Update src/app/page.tsx

This commit is contained in:
2026-03-23 06:13:10 +00:00
parent 4d8edd7417
commit cc6353ef4b

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"