Update src/app/page.tsx

This commit is contained in:
2026-03-09 00:03:32 +00:00
parent 4f151a12ae
commit 7cdbdf37d8

View File

@@ -126,13 +126,13 @@ export default function ChopstixxLanding() {
useInvertedBackground={false}
features={[
{
id: "01", title: "Pad Thai", description: "Customer favorite with perfectly balanced sweet, savory, and tangy flavor", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-yummy-spaghetti-with-seasonings-pink-table-dough-pasta-dish_140725-125784.jpg", imageAlt: "Pad Thai noodles"
id: "01", title: "Pad Thai", description: "Customer favorite with perfectly balanced sweet, savory, and tangy flavor", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-yummy-spaghetti-with-seasonings-pink-table-dough-pasta-dish_140725-125784.jpg?_wi=1", imageAlt: "Pad Thai noodles"
},
{
id: "02", title: "Coconut Soup (Tom Kha)", description: "Rich coconut broth with herbs and spices. Many guests call it the best they've had.", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-sorrel-egg_2829-14360.jpg", imageAlt: "Tom Kha coconut soup"
id: "02", title: "Coconut Soup (Tom Kha)", description: "Rich coconut broth with herbs and spices. Many guests call it the best they've had.", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-sorrel-egg_2829-14360.jpg?_wi=1", imageAlt: "Tom Kha coconut soup"
},
{
id: "03", title: "Massaman Curry", description: "Slow-simmered curry with deep Thai flavor and tender meat", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23023.jpg", imageAlt: "Massaman curry"
id: "03", title: "Massaman Curry", description: "Slow-simmered curry with deep Thai flavor and tender meat", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23023.jpg?_wi=1", imageAlt: "Massaman curry"
}
]}
/>
@@ -176,13 +176,13 @@ export default function ChopstixxLanding() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Pad Thai", price: "From $12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-yummy-spaghetti-with-seasonings-pink-table-dough-pasta-dish_140725-125784.jpg", imageAlt: "Pad Thai"
id: "1", name: "Pad Thai", price: "From $12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-yummy-spaghetti-with-seasonings-pink-table-dough-pasta-dish_140725-125784.jpg?_wi=2", imageAlt: "Pad Thai"
},
{
id: "2", name: "Coconut Soup (Tom Kha)", price: "From $10", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-sorrel-egg_2829-14360.jpg", imageAlt: "Coconut Soup"
id: "2", name: "Coconut Soup (Tom Kha)", price: "From $10", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-sorrel-egg_2829-14360.jpg?_wi=2", imageAlt: "Coconut Soup"
},
{
id: "3", name: "Massaman Curry", price: "From $13", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23023.jpg", imageAlt: "Massaman Curry"
id: "3", name: "Massaman Curry", price: "From $13", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23023.jpg?_wi=2", imageAlt: "Massaman Curry"
},
{
id: "4", name: "Basil Noodles", price: "From $11", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-som-tum-papaya-salad_1150-35490.jpg", imageAlt: "Basil Noodles"