Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cbac6706e | |||
| 5336dd8fe2 |
@@ -179,13 +179,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to experience culinary excellence? Reserve your table at HotelMirage today. Contact us via phone, email, or visit our website for availability."
|
||||
text="Ready to experience culinary excellence? Reserve your table at HotelMirage today. Contact us via phone or email for availability."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Call: +1 (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ text: "Email: reservations@hotelmirage.com", href: "mailto:reservations@hotelmirage.com" }
|
||||
{ text: "Reserve by Phone", href: "tel:+15551234567" },
|
||||
{ text: "Reserve by Email", href: "mailto:reservations@hotelmirage.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user