Update src/app/page.tsx
This commit is contained in:
@@ -88,23 +88,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Recipes", description: "We use time-honored Indonesian recipes passed down through generations for an authentic taste.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35452.jpg", imageAlt: "Colorful seblak bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-spicy-boil-with-seafood-pork-hot-pot_1150-27874.jpg", imageAlt: "Seblak with chicken and mushroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-meat-with-vegetables-along-with-onions-garlics-greens-dark-blue-desk-vegetable-food-meal-ingredient_140725-30908.jpg", imageAlt: "Vegetarian seblak" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35452.jpg?_wi=1", imageAlt: "Colorful seblak bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-spicy-boil-with-seafood-pork-hot-pot_1150-27874.jpg?_wi=1", imageAlt: "Seblak with chicken and mushroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-meat-with-vegetables-along-with-onions-garlics-greens-dark-blue-desk-vegetable-food-meal-ingredient_140725-30908.jpg?_wi=1", imageAlt: "Vegetarian seblak" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients", description: "Only the freshest local produce and highest quality ingredients make it into our dishes.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35452.jpg", imageAlt: "Colorful seblak bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-spicy-boil-with-seafood-pork-hot-pot_1150-27874.jpg", imageAlt: "Seblak with chicken and mushroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-meat-with-vegetables-along-with-onions-garlics-greens-dark-blue-desk-vegetable-food-meal-ingredient_140725-30908.jpg", imageAlt: "Vegetarian seblak" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35452.jpg?_wi=2", imageAlt: "Colorful seblak bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-spicy-boil-with-seafood-pork-hot-pot_1150-27874.jpg?_wi=2", imageAlt: "Seblak with chicken and mushroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-meat-with-vegetables-along-with-onions-garlics-greens-dark-blue-desk-vegetable-food-meal-ingredient_140725-30908.jpg?_wi=2", imageAlt: "Vegetarian seblak" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Customizable Spice", description: "Tailor your Seblak's spiciness to your preference, from mild to fiery hot!", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35452.jpg", imageAlt: "Colorful seblak bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-spicy-boil-with-seafood-pork-hot-pot_1150-27874.jpg", imageAlt: "Seblak with chicken and mushroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-meat-with-vegetables-along-with-onions-garlics-greens-dark-blue-desk-vegetable-food-meal-ingredient_140725-30908.jpg", imageAlt: "Vegetarian seblak" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35452.jpg?_wi=3", imageAlt: "Colorful seblak bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-spicy-boil-with-seafood-pork-hot-pot_1150-27874.jpg?_wi=3", imageAlt: "Seblak with chicken and mushroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-meat-with-vegetables-along-with-onions-garlics-greens-dark-blue-desk-vegetable-food-meal-ingredient_140725-30908.jpg?_wi=3", imageAlt: "Vegetarian seblak" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user