2 Commits

Author SHA1 Message Date
3cbac6706e Merge version_2 into main
Merge version_2 into main
2026-03-20 14:37:16 +00:00
5336dd8fe2 Update src/app/page.tsx 2026-03-20 14:37:12 +00:00

View File

@@ -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>