Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-07 13:26:20 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ export default function ContactPage() {
title="Get in Touch"
description="We are here to assist with any inquiries you might have."
buttons={[{ text: "Call Us", href: "tel:+1234567890" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
<div className="py-20">
<ContactForm
@@ -43,6 +45,7 @@ export default function ContactPage() {
description="Fill out the form below and we will get back to you shortly."
tag="Support"
buttonText="Send"
useInvertedBackground={false}
/>
</div>
<FooterLogoReveal

View File

@@ -36,6 +36,7 @@ export default function ReservationsPage() {
description="Secure your spot for an exquisite dining experience at Lumière."
tag="Reservations"
buttonText="Reserve Table"
useInvertedBackground={false}
/>
</div>
<FooterLogoReveal