diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c70602f..70faf62 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"