From fc4071dcdf376431ff9d734d9f668ae539e95c48 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:30:51 +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 3cd630c..27e98f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { description="Discover authentic culinary experiences at Restaurant Marengo, where every dish is a masterpiece." buttons={[ { - text: "Reserve a Table", href: "#contact"}, + text: "Book Your Table Now", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg" avatars={[ @@ -62,7 +62,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", alt: "Beautiful thanksgiving meal concept"}, { - src: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", alt: "Close up of restaurant table with pink velvet chairs in grey painted hall with classic paintings"}, + src: "http://img.b2bpic.net/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", alt: "Close up of restaurant table with pink velvet chairs in grey painted hall with classic paintings"}, { src: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018734.jpg", alt: "Friends having dinner at a restaurant"}, ]} @@ -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: "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: "p4", name: "Artisan Pasta", price: "€22", imageSrc: "http://img.b2bpic.net/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"}, { @@ -187,7 +187,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. [Click here to book](/contact)"}, + id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. You can easily secure your spot via our online reservation platform at [link]."}, { id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu for all dietary needs."}, { -- 2.49.1