Update src/app/page.tsx

This commit is contained in:
2026-03-19 22:28:31 +00:00
parent 811dcf96d7
commit d192bc2318

View File

@@ -54,12 +54,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-food-wooden-board-with-garlic-chopsticks_23-2148382830.jpg", imageAlt: "authentic gyoza steamed dumplings presentation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-dumplings-white-plate_114579-43598.jpg", imageAlt: "gyoza cooking process stove preparation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg", imageAlt: "gyoza dumpling soup broth authentic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings-gyoza-grey-stone-background_123827-35377.jpg", imageAlt: "gyoza with ginger scallion sauce" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-baguette-bread_141793-5215.jpg", imageAlt: "gyoza vegetable dumpling fresh healthy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-picking-roll_23-2147762720.jpg", imageAlt: "gyoza cooking demonstration live kitchen" }
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-food-wooden-board-with-garlic-chopsticks_23-2148382830.jpg?_wi=1", imageAlt: "authentic gyoza steamed dumplings presentation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-dumplings-white-plate_114579-43598.jpg?_wi=1", imageAlt: "gyoza cooking process stove preparation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg?_wi=1", imageAlt: "gyoza dumpling soup broth authentic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings-gyoza-grey-stone-background_123827-35377.jpg?_wi=1", imageAlt: "gyoza with ginger scallion sauce" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-baguette-bread_141793-5215.jpg?_wi=1", imageAlt: "gyoza vegetable dumpling fresh healthy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-picking-roll_23-2147762720.jpg?_wi=1", imageAlt: "gyoza cooking demonstration live kitchen" }
]}
/>
</div>
@@ -91,7 +91,7 @@ export default function LandingPage() {
initialQuantity: 1
},
{
id: "vegetable-gyoza", name: "Vegetable Gyoza", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg", imageAlt: "Fresh vegetable gyoza dumplings", isFavorited: false,
id: "vegetable-gyoza", name: "Vegetable Gyoza", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg?_wi=2", imageAlt: "Fresh vegetable gyoza dumplings", isFavorited: false,
initialQuantity: 1
},
{
@@ -121,20 +121,20 @@ export default function LandingPage() {
{
id: 1,
title: "Hand-Folded Daily", description: "Each gyoza is carefully hand-folded by our skilled team using time-honored techniques passed down through generations.", buttons: [],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/asian-food-wooden-board-with-garlic-chopsticks_23-2148382830.jpg", imageAlt: "Hand-folded gyoza preparation" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-dumplings-white-plate_114579-43598.jpg", imageAlt: "Fresh gyoza dumplings" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/asian-food-wooden-board-with-garlic-chopsticks_23-2148382830.jpg?_wi=2", imageAlt: "Hand-folded gyoza preparation" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-dumplings-white-plate_114579-43598.jpg?_wi=2", imageAlt: "Fresh gyoza dumplings" }
},
{
id: 2,
title: "Premium Ingredients", description: "We source the finest pork, fresh vegetables, and specialty ingredients to ensure authentic flavor in every dumpling.", buttons: [],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg", imageAlt: "Premium dumpling ingredients" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings-gyoza-grey-stone-background_123827-35377.jpg", imageAlt: "Ingredient quality showcase" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg?_wi=3", imageAlt: "Premium dumpling ingredients" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings-gyoza-grey-stone-background_123827-35377.jpg?_wi=2", imageAlt: "Ingredient quality showcase" }
},
{
id: 3,
title: "Community Gathering", description: "More than just food—Gyoza Shop is a neighborhood gathering place where friends, families, and food lovers connect.", buttons: [],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-baguette-bread_141793-5215.jpg", imageAlt: "Community dining experience" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-picking-roll_23-2147762720.jpg", imageAlt: "Shared meal experience" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-baguette-bread_141793-5215.jpg?_wi=2", imageAlt: "Community dining experience" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-picking-roll_23-2147762720.jpg?_wi=2", imageAlt: "Shared meal experience" }
}
]}
showStepNumbers={true}