Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77c06ccfb5 | |||
| ad3d0ecd64 | |||
| 5e61c2e08d | |||
| 33d2a6e6b0 |
@@ -117,19 +117,19 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "kfc", name: "Korean Fried Chicken", price: "From $24", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-space-right_23-2147695710.jpg", imageAlt: "Crispy Korean Fried Chicken"
|
id: "kfc", name: "Korean Fried Chicken", price: "From $24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOiqpPSeOdB7fAnZjZhsI3OP4H/uploaded-1774368961864-9e7gw28w.png", imageAlt: "Crispy Korean Fried Chicken"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pork-belly", name: "Garlic Pork Belly", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-plate_1339-4819.jpg", imageAlt: "Sizzling Garlic Pork Belly"
|
id: "pork-belly", name: "Garlic Pork Belly", price: "$32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOiqpPSeOdB7fAnZjZhsI3OP4H/uploaded-1774368961865-g4i1fip6.png", imageAlt: "Sizzling Garlic Pork Belly"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "budae-jjigae", name: "Budae Jjigae", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370913.jpg", imageAlt: "Spicy Army Stew Hotpot"
|
id: "budae-jjigae", name: "Budae Jjigae", price: "$38", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOiqpPSeOdB7fAnZjZhsI3OP4H/uploaded-1774368961865-b4dvxwtd.png", imageAlt: "Spicy Army Stew Hotpot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "seafood-pancake", name: "Seafood Pancake", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/kimchi-cabbage-bowl_2829-18652.jpg", imageAlt: "Crispy Korean Seafood Pancake"
|
id: "seafood-pancake", name: "Seafood Pancake", price: "$28", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOiqpPSeOdB7fAnZjZhsI3OP4H/uploaded-1774368961865-o2x4bhmy.png", imageAlt: "Crispy Korean Seafood Pancake"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "gopchang", name: "Gopchang (Grilled Intestine)", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/sliced-meat-plate-decorated-with-greens-sauce-wooden-table-local-restaurant-copyspace-food-eating-appetizer-baked-delicacy-gourmet-hungry-appetite-concept_7502-5832.jpg", imageAlt: "Grilled Korean Gopchang"
|
id: "gopchang", name: "Gopchang (Grilled Intestine)", price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOiqpPSeOdB7fAnZjZhsI3OP4H/uploaded-1774368961865-rbqaz6do.png", imageAlt: "Grilled Korean Gopchang"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="Our Culinary Highlights"
|
title="Our Culinary Highlights"
|
||||||
|
|||||||
Reference in New Issue
Block a user