Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 522024bd32 | |||
| 13144e09a2 | |||
| f857080125 |
@@ -109,13 +109,13 @@ export default function LandingPage() {
|
||||
tag="Signature Dishes"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Wagyu Bulgogi with Truffle Oil", price: "₩85,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081510.jpg", imageAlt: "Premium wagyu bulgogi", initialQuantity: 1
|
||||
id: "1", name: "Wagyu Bulgogi", price: "₩85,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081510.jpg", imageAlt: "Premium wagyu bulgogi", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Galbi Jjim - Braised Short Ribs", price: "₩95,000", imageSrc: "https://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Artisan braised galbi ribs", initialQuantity: 1
|
||||
id: "2", name: "Galbi Jjim", price: "₩95,000", imageSrc: "https://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Artisan braised galbi ribs", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Seasonal Banchan Selection", price: "₩35,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Traditional Korean side dishes", initialQuantity: 1
|
||||
id: "3", name: "Seasonal Banchan", price: "₩35,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Traditional Korean side dishes", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user