Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f93a964ba | |||
| bb3756ad52 | |||
| 6dbdf96a7a | |||
| 4b74e9f0ff | |||
| cd3c649c03 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user