From 7cdbdf37d88fc4d3f7bb2786ef45614443c2d9be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 00:03:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e2012f..2aae335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"