Update src/app/page.tsx
This commit is contained in:
@@ -51,10 +51,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/korean-restaurant-youtube-cover_23-2150002513.jpg", imageAlt: "Panda Restaurant Hero"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg", imageAlt: "Signature Noodles"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg?_wi=1", imageAlt: "Signature Noodles"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg", imageAlt: "Steamed Dumplings"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg?_wi=1", imageAlt: "Steamed Dumplings"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -77,10 +77,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Signature Pad Thai", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg", imageAlt: "Pad Thai"
|
||||
id: "1", name: "Signature Pad Thai", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg?_wi=2", imageAlt: "Pad Thai"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Steamed Dumplings", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg", imageAlt: "Dumplings"
|
||||
id: "2", name: "Steamed Dumplings", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg?_wi=2", imageAlt: "Dumplings"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Vegetable Stir-Fry", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-pepper-carrot-onions-with-sliced-meat-dish-light-desk-vegetable-food-meal-vitamine_140725-34484.jpg", imageAlt: "Stir-Fry"
|
||||
@@ -125,11 +125,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Ingredients", description: "Sourced from trusted suppliers, we use only the finest and freshest ingredients to ensure exceptional quality in every dish", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg", imageAlt: "Quality Ingredients"
|
||||
title: "Premium Ingredients", description: "Sourced from trusted suppliers, we use only the finest and freshest ingredients to ensure exceptional quality in every dish", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg?_wi=3", imageAlt: "Quality Ingredients"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Expert Chefs", description: "Our culinary team brings decades of combined experience, trained in traditional techniques and contemporary cuisine innovation", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg", imageAlt: "Expert Preparation"
|
||||
title: "Expert Chefs", description: "Our culinary team brings decades of combined experience, trained in traditional techniques and contemporary cuisine innovation", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg?_wi=3", imageAlt: "Expert Preparation"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user