Merge version_2 into main #8
@@ -29,33 +29,33 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Book a Ride", href: "/#hero"},
|
||||
name: "Book a Ride", id: "/#hero"},
|
||||
{
|
||||
name: "How it Works", href: "/#how-it-works"},
|
||||
name: "How it Works", id: "/#how-it-works"},
|
||||
{
|
||||
name: "About Us", href: "/about"},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Features", href: "/#features"},
|
||||
name: "Features", id: "/#features"},
|
||||
{
|
||||
name: "Products", href: "/#products"},
|
||||
name: "Products", id: "/#products"},
|
||||
{
|
||||
name: "Metrics", href: "/#metrics-overview"},
|
||||
name: "Metrics", id: "/#metrics-overview"},
|
||||
{
|
||||
name: "Pricing", href: "/#pricing"},
|
||||
name: "Pricing", id: "/#pricing"},
|
||||
{
|
||||
name: "Testimonials", href: "/#testimonials"},
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "FAQ", href: "/#faq"},
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Contact", href: "/#contact"},
|
||||
name: "Contact", id: "/#contact"},
|
||||
{
|
||||
name: "User Login", href: "/user-login"},
|
||||
name: "User Login", id: "/user-login"},
|
||||
{
|
||||
name: "Driver Login", href: "/driver-login"},
|
||||
name: "Driver Login", id: "/driver-login"},
|
||||
{
|
||||
name: "Admin Login", href: "/admin-login"},
|
||||
name: "Admin Login", id: "/admin-login"},
|
||||
]}
|
||||
brandName="BookMyRide"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user