From d9120412fe283eaac6912563663c5a80257793c6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:09:57 +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 5e1d907..167062f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,12 +146,12 @@ export default function LandingPage() { plans={[ { id: "lunch", title: "Lunch Express", price: "15€", period: "/ person", features: ["Starter", "Main Dish", "Coffee"], - button: { text: "Choose Plan" }, + button: { text: "Book This Menu" }, imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-top-view-table-with-smoothie-bowls-plate-topped-with-kiwi-granola-garnet-chia-avocado_273443-2739.jpg" }, { id: "diner", title: "Royal Thai Dinner", price: "35€", period: "/ person", features: ["Assorted Starters", "Chef Main Course", "Signature Dessert"], - button: { text: "Choose Plan" }, + button: { text: "Book This Menu" }, imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-spices-that-are-placed-brown-wood-cutting-board-have-dark-brown-wood_1150-17184.jpg" }, ]} @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1