From 2c3a6311c0c3a6354d118ac83973c5b49bf6841f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:50:59 +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 ec20a02..63018b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,8 +152,8 @@ export default function LandingPage() { { id: "p5", name: "Family Fast Food Combo", price: "1900 DZD", variant: "Serves 4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-with-hamburger_23-2148262937.jpg", imageAlt: "Family Fast Food Combo"}, { - id: "p6", name: "Chocolate Milkshake", price: "300 DZD", variant: "Sweet Treat", imageSrc: "http://img.b2bpic.net/free-photo/dessert-varieties-with-glass-red-wine-angle-view_114579-13679.jpg", imageAlt: "Chocolate Milkshake"}, - ], + id: "p6", name: "Chocolate Milkshake", price: "300 DZD", variant: "Sweet Treat", imageSrc: "http://img.b2bpic.net/free-photo/dessert-varieties-with-glass-red-wine-angle-view_114579-13679.jpg", imageAlt: "Chocolate Milkshake"} + ]}, title="Our Delicious Menu: Shawarma, Tacos & More!" description="Explore our curated selection of mouth-watering dishes, from classic Shawarma to innovative Tacos and Fast Food favorites. Each item is prepared with the freshest ingredients and passion." /> @@ -162,7 +162,7 @@ export default function LandingPage() {