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