-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added booking page #91
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
share me ss of changes make herosection as it is
const BookingClick = () => { <div className='flex flex-col items-center justify-center rounded-full cursor-pointer my-auto py-8' onClick={BookingClick}><img src={bookingsvg} alt="" srcset="" className= "bg-blue-200 border-2 border-blue-200 rounded-full w-[64px] h-[64px] p-2" /> <h1 className='font-bold text-black'>Booking</h1></div> |
give ss of booking section you have made bro |
that's look good @pragyanbhatt1213 remove conflicts |
@pragyanbhatt1213 bro again conflicts |
Description
Added new station services booking page component with cloak room, wheelchair, and coolie booking functionality
Description of Changes
Added a new station services booking page component with the following features:
Type of Pull Request
Screenshots / Demo (if applicable)
[Original screenshot from issue to be added here]
Checklist for Contributor
Additional Information
Files Changed:
Added new file:
/src/Pages/booking.jsx
Modified:
/src/App.jsx
Modified:
/src/Pages/Herosection.jsx
Technical Details:
Contribution Guidelines Reminder
Thank you for contributing to our project! Please ensure you follow the guidelines below:
Contribution Levels
Task Categories:
Acknowledging Effort:
Review Process
We appreciate your time and effort in improving this project and look forward to your valuable contributions!