From 07e747bb0efb4223977c81e5d8bdea0930f89a7d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:14:08 +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 0612a56..81a0d26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,11 +93,11 @@ export default function LandingPage() { { id: "3", name: "Gourmet Cheeseburger", price: "$14.00", variant: "Juicy & Flavorful", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078941229-vmjpt76k.jpg", imageAlt: "A gourmet cheeseburger with fries"}, { - id: "4", name: "Mediterranean Salad", price: "$12.50", variant: "Fresh & Zesty", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078961898-g0endz9b.jpg", imageAlt: "A vibrant Mediterranean salad"}, + id: "4", name: "", price: "$12.50", variant: "fried rice ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078961898-g0endz9b.jpg", imageAlt: "A vibrant Mediterranean salad"}, { - id: "5", name: "Chocolate Lava Cake", price: "$8.00", variant: "Rich & Decadent", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-with-cream-inside-plate-brown-wooden-table-cake-dessert-chocolate_140725-27828.jpg", imageAlt: "A slice of chocolate lava cake with berries"}, + id: "5", name: "French Fries ", price: "$8.00", variant: "Rich & Decadent", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781079077979-i1a1738w.jpg", imageAlt: "A slice of chocolate lava cake with berries"}, { - id: "6", name: "Hearty Breakfast Plate", price: "$16.00", variant: "Satisfying & Classic", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37130.jpg", imageAlt: "A full hearty breakfast plate"}, + id: "6", name: "Corn cheese pasta ", price: "$16.00", variant: "Satisfying & Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781079128836-ke7rurtw.jpg", imageAlt: "A full hearty breakfast plate"}, ]} title="Our Delicious Menu" description="Explore our wide selection of freshly prepared dishes, from aromatic coffees to savory meals and irresistible desserts." -- 2.49.1