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:
4
public/roasts.json
Normal file
4
public/roasts.json
Normal 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" }
|
||||
]
|
||||
Reference in New Issue
Block a user