import { FileText, Search, Filter, Bike, User, Calendar, DollarSign, Clock, MoreVertical, Eye } from 'lucide-react'; import { rentals, bikes, users } from '@/data/mockData'; export default function RentalsPage() { return (
View and manage all rental transactions
{count}
{status} Rentals
| Rental ID | Bike | User | Type | Start Date | Deposit | Total Paid | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {rental.id} |
|
|
{rental.type} |
|
৳{rental.deposit} | ৳{rental.totalPaid} | {rental.status} |