Update src/app/about/page.tsx

This commit is contained in:
2026-03-23 05:18:52 +00:00
parent 67e1d4a887
commit 109d33e84f

View File

@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Car, Clock, CreditCard, Map, MapPin, MessageCircle, Settings, Star, UserCheck, Wallet } from "lucide-react";
import { Car, Clock, CreditCard, Map, MapPin, MessageCircle, Receipt, Settings, Star, UserCheck, Wallet } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,42 +31,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"