Update src/app/page.tsx

This commit is contained in:
2026-04-30 11:00:21 +00:00
parent 1c0ecd0ff2
commit 32aa294c40

View File

@@ -171,12 +171,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Reserve your table at C. de Dolores Barranco, 41, Usera, Madrid. We look forward to serving you authentic Mandarin cuisine. Call us at 910 54 03 53 to book your visit."
text="Reserve your table at C. de Dolores Barranco, 41, Usera, Madrid. We are open daily from 12:00 PM to 11:00 PM. Call us at 910 54 03 53 or Reserve Now to secure your spot."
background={{ variant: "plain" }}
useInvertedBackground={true}
buttons={[
{ text: "Call Us Now", href: "tel:910540353" },
{ text: "Book a Table", href: "#contact" }
{ text: "Reserve Now", href: "#contact" }
]}
/>
</div>