Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-04-07 13:26:21 +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