Update src/app/reservations/page.tsx
This commit is contained in:
@@ -42,7 +42,7 @@ export default function ReservationsPage() {
|
||||
title="Reserve Your Table at Café Molenhuis"
|
||||
description="Secure your spot and guarantee a warm welcome. Whether it's an intimate date night or a group gathering, we make reservations simple and seamless."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-smartphone-sitting-cafe_23-2147771342.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-smartphone-sitting-cafe_23-2147771342.jpg"
|
||||
imageAlt="Café interior with welcoming ambiance"
|
||||
buttons={[
|
||||
{ text: "📅 Book Now", href: "tel:+31612345678" },
|
||||
@@ -51,7 +51,6 @@ export default function ReservationsPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
className="min-h-screen"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,7 +75,7 @@ export default function ReservationsPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg"
|
||||
imageAlt="Happy guests enjoying their meal"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user