1. Change the text (HTML)

<aside>
đź’ˇ
Example:
- Change “Elevate Your Coffee Experience” to “Experience the Best Coffee”.
- Change “EXPLORE” button to “Contact Us”.
</aside>

- Open the “index.html” file.
- Locate the relevant text: “Elevate Your Coffee Experience” inside the <p></p> tags. Please note that the tags may vary depending on the project.
- Locate the relevant button text: “Explore” inside the <button></button> tags.

- Change the text to “Experience the Best Coffee”.
- Change the text to “Contact Us”.
- Generally, Visual Studio Code saves the change automatically. Please check your setting on the code editor.

🎉 The text contents are updated accordingly.
2. Replace the Image (JSON)

<aside>
đź’ˇ
Example:
- Replace the image of the “Barista Special” coffee.
</aside>

- Open the JSON file (in this example, “menu.json” in the “json” folder”).
- Locate the “imgUrl” and the path (in this example, “../assets/hot-coffee.webp”.