Art Gallery Login - Copy this Html, Tailwind Component to your project
Create a user interface (UI) for an "Art Gallery Auction" application that includes the following features:Login and Signup Screens:Login Screen:Fields for "Email" and "Password."A "Forgot Password?" link.A "Login" button.A "Sign Up" button for new users.Signup Screen:Fields for "Full Name," "Email," "Password," and "Confirm Password."A "Sign Up" button.A "Back to Login" link.Home Screen:A header displaying the application title, "Art Gallery Auction."A navigation bar with tabs like "Home," "My Bids," "Gallery," and "Profile."A featured section showing upcoming art auctions or featured artworks.Gallery Screen:A grid layout displaying thumbnail images of available artworks for bidding.Each artwork thumbnail should show:An image of the artwork.The current highest bid.A "Bid Now" button that redirects to the live auction screen.Filter options to search artworks by artist, style, price, etc.Live Auction Screen:Display the selected artwork prominently with a zoom in option.Show real time updates of bids with a live chat feature for users to interact.A bidding panel with input to enter bid amount and a "Place Bid" button.A countdown timer for the auction duration.Show current highest bidder's name and bid amount.Profile Screen:User's profile picture, name, and email.A list of the user's bid history.Options to edit profile information and log out.
