2 Commits

Author SHA1 Message Date
1e7939626f Update src/app/page.tsx 2026-04-29 10:30:15 +00:00
418ec22cff Merge version_2 into main
Merge version_2 into main
2026-04-29 10:29:36 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
description="Discover authentic culinary experiences at Restaurant Marengo, where every dish is a masterpiece." description="Discover authentic culinary experiences at Restaurant Marengo, where every dish is a masterpiece."
buttons={[ buttons={[
{ {
text: "Book Your Table Now", href: "#contact"}, text: "Reserve a Table", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg" imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"
avatars={[ avatars={[
@@ -120,7 +120,7 @@ export default function LandingPage() {
{ {
id: "p3", name: "Marengo Salad", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-salad-plate_23-2149598989.jpg"}, id: "p3", name: "Marengo Salad", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-salad-plate_23-2149598989.jpg"},
{ {
id: "p4", name: "Artisan Pasta", price: "€22", imageSrc: "http://img.b2bpic.net/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg"}, id: "p4", name: "Artisan Pasta", price: "€22", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg"},
{ {
id: "p5", name: "Dark Chocolate Tart", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg"}, id: "p5", name: "Dark Chocolate Tart", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg"},
{ {
@@ -187,7 +187,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."}, id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. [Click here to book](/contact)"},
{ {
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu for all dietary needs."}, id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu for all dietary needs."},
{ {