From b3a291dcd9b64fa89d9a7753d2c7ebcf131ad497 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:20:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5be8e8d..345f0e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,9 +95,9 @@ export default function LandingPage() { { id: "4", name: "", price: "60 rupees", 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: "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: "5", name: "French Fries ", price: "60 rupees", 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: "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"}, + id: "6", name: "Corn cheese pasta ", price: "120 rupees", 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