Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-11 00:10:01 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}