Update src/app/page.tsx

This commit is contained in:
2026-05-24 23:13:24 +00:00
parent 187bc98974
commit 534c4de88b

View File

@@ -128,8 +128,8 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Hibachi Filet Mignon", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2" },
{ id: "p2", name: "Salmon Teriyaki", price: "$26.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3842.jpg" },
{ id: "p1", name: "Hibachi Steak (N.Y. Strip)", price: "$20.95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2" },
{ id: "p2", name: "Salmon Teriyaki", price: "$19.95", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3842.jpg" },
{ id: "p3", name: "Spicy Tuna Roll", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/unagi-sushi-rolls-served-white-stone-board-with-kiwi-cocktail_141793-410.jpg" },
{ id: "p4", name: "California Roll", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=1" },
{ id: "p5", name: "Shrimp Tempura Roll", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-learning-make-sushi_23-2151202949.jpg" },