feat: add RoastGallery component with JSON config

- Create RoastGallery component that loads photos from roasts.json
- Responsive grid layout (2/3/4 columns based on screen size)
- Vietnamese section title "Bộ Sưu Tập Huyền Thoại"
This commit is contained in:
2026-03-11 14:42:52 +01:00
parent fe729e40a0
commit 8d57f76a86
2 changed files with 34 additions and 0 deletions

4
public/roasts.json Normal file
View File

@@ -0,0 +1,4 @@
[
{ "image": "placeholder-1.jpg", "caption": "Thêm ảnh vào thư mục public/images/ nhé! 😄" },
{ "image": "placeholder-2.jpg", "caption": "Chỉnh caption trong public/roasts.json" }
]