Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user