diff --git a/client/src/pages/Booking.jsx b/client/src/pages/Booking.jsx index 6883f2b..0e2e311 100644 --- a/client/src/pages/Booking.jsx +++ b/client/src/pages/Booking.jsx @@ -10,7 +10,7 @@ const Booking = ({ showUi }) => { const [imageLoaded, setImageLoaded] = useState(false); const [notification, setNotification] = useState({ message: "", - duration: 10, + duration: 20, isVisible: false, }); const containerStyle = {