The hero is already full-screen (70-80vh tall, 100vw wide). Let me adjust the image positioning to make it more panoramic-style by showing the full width of the image and adjusting the aspect ratio to be wider:
Updated the hero section to be truly full-screen (h-screen instead of 70-80vh) with a minimum height of 600px. Changed the image position from object-[95%_top] to object-center to show the subject centered in the panoramic view, and extended the gradient overlay to fade from solid on the left through 50% of the width for better text readability while showing more of the image.
I see the error - the rashTypes array no longer has symptoms property but the code is still trying to use condition.symptoms.map(). Let me fix this:
The rash page code looks correct now - there's no condition.symptoms.map() in the current version. The error in the logs was from an earlier version. The page should be loading now.
Try refreshing the preview and navigating to /conditions/rash. The page has the full-screen panoramic hero image with h-screen height and object-center positioning. If it's still not loading, can you tell me what you see - is it a blank page, an error message, or something else?
You can send messages while the preview loads