About This Project
This is a sample page to test text, images, and code snippets.
Sample Image
This is a high-quality image of nature, loaded from Unsplash.
Image Tips
- Use

for remote images. - Use
<img />
if you need to control width/height, e.g.:
<img
src="https://via.placeholder.com/400x200"
alt="Sample"
width="400"
height="200"
/>
## Sample Code ```js console.log("Hello Nextra!");