Update src/app/page.tsx

This commit is contained in:
2026-03-23 05:18:53 +00:00
parent 109d33e84f
commit e4e6626016

View File

@@ -34,42 +34,42 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Book a Ride",
id: "book-ride",
href: "/book-ride",
},
{
name: "How it Works",
id: "how-it-works",
href: "/how-it-works",
},
{
name: "About Us",
id: "about-us",
href: "/about",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
{
name: "User Login",
id: "user-login",
href: "/user/login",
},
{
name: "Driver Login",
id: "driver-login",
href: "/driver/login",
},
{
name: "Admin Login",
id: "admin-login",
href: "/admin/login",
},
]}
brandName="BookMyRide"
@@ -360,7 +360,7 @@ export default function LandingPage() {
]}
title="Frequently Asked Questions: Get Your Answers Here"
description="Find quick answers to the most common questions about BookMyRide's services."
faqsAnimation="entrance-slide"
faqsAnimation="blur-reveal"
/>
</div>