Update src/app/page.tsx

This commit is contained in:
2026-06-10 23:42:21 +00:00
parent bb3756ad52
commit 0f93a964ba

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoAlt="Logo Taquería Roldán"
brandName="Roldán"
button={{
text: "Pedir ahora", href: "tel:5586747771"}}
text: "Llamar ahora", href: "tel:5586747771"}}
/>
</div>
@@ -56,7 +56,7 @@ export default function LandingPage() {
tag="Pachuca de Soto, Hidalgo — Desde el corazón del barrio"
buttons={[
{
text: "Pedir a domicilio", href: "tel:5586747771"},
text: "Pedir a domicilio", href: "https://wa.me/525586747771"},
{
text: "Ver menú", href: "#menu"},
]}
@@ -213,12 +213,11 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated-grid"}}
tag="" // Added missing required prop 'tag'
tag=""
title="El mejor taco de Pachuca está a una llamada"
description="Domicilio, para llevar o en el lugar — como quieras. Rápido, rico y con la atención que mereces. 5586747771"
buttonText="Pedir ahora"
termsText="" // Added prop 'termsText' as per locked selection
onSubmit={(email) => console.log(email)}
termsText=""
/>
</div>