Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user