From c3b44f7248e2500b5125692a5f8563f1cddda750 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:46:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40346e9..c905947 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -100,12 +64,7 @@ export default function LandingPage() { @@ -116,42 +75,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Cơm Thố Gà Quay", - price: "45.000 ₫", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-stuffing-turkey_23-2148652161.jpg", - }, - { - id: "p2", - name: "Cơm Thố Bò Nướng", - price: "55.000 ₫", - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-cherry-tomatoes_114579-5138.jpg", - }, - { - id: "p3", - name: "Cơm Thố Sườn Đặc Biệt", - price: "60.000 ₫", - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-rice-meat-vegetables-with-seasonings-spoon-fork-nearby_181624-32118.jpg", - }, - { - id: "p4", - name: "Cơm Thố Chả Trứng", - price: "40.000 ₫", - imageSrc: "http://img.b2bpic.net/free-photo/food-dish-kitchen-table_23-2147835287.jpg", - }, - { - id: "p5", - name: "Cơm Thố Xá Xíu", - price: "50.000 ₫", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-rice-herbs_23-2148694318.jpg", - }, - { - id: "p6", - name: "Canh Rau Theo Ngày", - price: "15.000 ₫", - imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg", - }, + { id: "p1", name: "Cơm Thố Gà Quay", price: "45.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-stuffing-turkey_23-2148652161.jpg" }, + { id: "p2", name: "Cơm Thố Bò Nướng", price: "55.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-cherry-tomatoes_114579-5138.jpg" }, + { id: "p3", name: "Cơm Thố Sườn Đặc Biệt", price: "60.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-rice-meat-vegetables-with-seasonings-spoon-fork-nearby_181624-32118.jpg" }, + { id: "p4", name: "Cơm Thố Chả Trứng", price: "40.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/food-dish-kitchen-table_23-2147835287.jpg" }, + { id: "p5", name: "Cơm Thố Xá Xíu", price: "50.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-rice-herbs_23-2148694318.jpg" }, + { id: "p6", name: "Canh Rau Theo Ngày", price: "15.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg" }, ]} title="Thực đơn nổi bật" description="Thưởng thức sự kết hợp hoàn hảo giữa kỹ thuật nấu cơm thố giòn và các loại topping tươi ngon nhất mỗi ngày." @@ -162,42 +91,13 @@ export default function LandingPage() { @@ -260,21 +134,9 @@ export default function LandingPage() { @@ -303,24 +158,8 @@ export default function LandingPage() { -- 2.49.1