From 5b1c2c74636a3f52e17d0132e25f071c3ad586fa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 15:05:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80cf6e7..a0d0b3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,19 +130,19 @@ export default function LandingPage() { id: "m1", title: "Francesinha", price: "10.00€", period: "Classic", features: [ "Layered Meats", "Cheese", "House Sauce"], button: { - text: "See Full Menu", href: "#"}, + text: "See Menu & Order", href: "#"}, imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-tasty-lasagna-plate-dark-background-copy-place_140725-106353.jpg"}, { id: "m2", title: "Hamburgers", price: "7.00€", period: "Fresh", features: [ "Fresh Bread", "Quality Meat", "Handmade"], button: { - text: "See Full Menu", href: "#"}, + text: "See Menu & Order", href: "#"}, imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg"}, { id: "m3", title: "Classics", price: "5.50€", period: "Daily", features: [ "Bifanas", "Sides", "Local Drinks"], button: { - text: "See Full Menu", href: "#"}, + text: "See Menu & Order", href: "#"}, imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwich-with-salami-vegetables-table_23-2148590182.jpg"}, ]} title="Menu Preview" @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1