From ebe11012f3745935236ca17eee85fc7d6050eed2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:10:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6b0454..eebf52c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Beef Momos", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg?_wi=2" }, - { id: "2", name: "Veggie Momos", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg?_wi=2" }, - { id: "3", name: "Chicken Momos", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg?_wi=2" }, + { id: "1", name: "Beef Momos", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg?_wi=2" }, + { id: "2", name: "Veggie Momos", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg?_wi=2" }, + { id: "3", name: "Chicken Momos", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg?_wi=2" }, { id: "4", name: "Chow Mein", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-spaghetti-lemon-slices-white-surface_114579-32326.jpg" }, { id: "5", name: "Hand-Drip Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg" }, { id: "6", name: "Butter Tea", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/dushpara-with-jar-vinegar-fly_176474-2961.jpg" }, -- 2.49.1