From f68883e9a9dc7475cb2d066748baf40e3452160f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:21:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 143dd91..cff5b1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -211,7 +211,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "¿Tienen servicio a domicilio?", content: "Sí, realizamos entregas en toda la zona."}, + id: "1", title: "¿Tienen servicio a domicilio?", content: "Todavía no tenemos ese servicio disponible."}, { id: "2", title: "¿Cuál es el precio medio?", content: "Los platos principales van de 5€ a 10€."}, { -- 2.49.1