From bfaf37925025ffd1bfd8b012d2b8b7bf02e255e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:23:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dc42be..febc33d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,23 +77,23 @@ export default function ItalianRestaurantPage() { products={[ { id: "1", - name: "Tagliatelle al Ragù", - price: "$28", - imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", + name: "Con gà + cháo + gỏi ", + price: "280.000đ ", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUoY1i7Q7GIRAyfpjMunrFAkim/uploaded-1774617583967-qop01ztq.jpg", imageAlt: "Tagliatelle al Ragù with meat sauce" }, { id: "2", - name: "Risotto ai Funghi", - price: "$26", - imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", + name: "Cơm gà xé ", + price: "35.000đ ", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUoY1i7Q7GIRAyfpjMunrFAkim/uploaded-1774617597084-ddp1dcyo.jpg", imageAlt: "Creamy mushroom risotto" }, { id: "3", - name: "Tiramisu Tradizionale", - price: "$12", - imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", + name: "Góc tư đùi ", + price: "85.000đ ", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUoY1i7Q7GIRAyfpjMunrFAkim/uploaded-1774617737570-lg4k9wvz.jpg", imageAlt: "Classic tiramisu dessert" } ]}