Update src/app/page.tsx
This commit is contained in:
@@ -213,9 +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'
|
||||||
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.\n\n55 8674 7771"
|
description="Domicilio, para llevar o en el lugar — como quieras. Rápido, rico y con la atención que mereces.\n\n55 8674 7771"
|
||||||
buttonText="Pedir ahora"
|
buttonText="Pedir ahora"
|
||||||
|
termsText="" // Added prop 'termsText' as per locked selection
|
||||||
onSubmit={(email) => console.log(email)}
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user