I have tried to create a simple next js project similar to airbnb. but the project is not getting rendered eventhough the project code has been generated.
enter prompt:
Create a Next.js project with Tailwind CSS for a website called "DevaDarshan" (meaning "Divine Vision"), focusing on Hindu temple travel and pilgrimage experiences. The platform will showcase Hindu sacred sites and provide detailed information about pilgrimage routes. Implement three user roles:
Pilgrim (Guest): Users who book temple experiences and pilgrimages.
Guide (Scout): Individuals assigned to assist pilgrims, provide local knowledge, and arrange necessary services.
Temple Representative (Host): People who manage temple listings and facilitate pilgrim experiences.
Key features:
Clean, professional design using Tailwind CSS
Responsive layout for mobile and desktop
User authentication and role-based access
Search functionality for temples and pilgrimage routes
Booking system for temple visits and guided tours
Rating and review system for experiences
Interactive maps showing temple locations and pilgrimage routes
Pages and components to create:
Landing page with featured temples and popular pilgrimages
Temple listing page with detailed information and booking options
Pilgrimage route page with itinerary and booking options
User dashboards for each role (Pilgrim, Guide, Temple Representative)
Profile pages for Guides and Temple Representatives
Booking management system for all roles
Review and rating component for Pilgrims to share their experiences
Additional considerations:
Implement accessibility features for users with disabilities
Optimize for performance and SEO
Integrate a content management system for easy updates of temple and pilgrimage information
Implement a notification system for booking updates and communications between users
Expected behavior
Project should have rendered with the homepage.
Screen Recording / Screenshot
Platform
Browser name = Chrome
Full version = 130.0.0.0
Major version = 130
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 114411058,
"usedJSHeapSize": 73373534,
"jsHeapSizeLimit": 4294705152
}
Username = PriyathamVarma
Chat ID = a8a590a943d5
Describe the bug
I have tried to create a simple next js project similar to airbnb. but the project is not getting rendered eventhough the project code has been generated.
Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-ttgj4q
Steps to reproduce
Expected behavior
Project should have rendered with the homepage.
Screen Recording / Screenshot
Platform
Additional context
No response