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