From a28961d4d9bf8a1e9f4e77928342ddfaa338c40b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a62422..6071309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-sprinkling-flour-dough_23-2148296916.jpg", imageAlt: "Detalle de horno de leña" }, ]} tag="El auténtico sabor" - buttons={[{ text: "Pedir a domicilio", href: "#contact" }]} + buttons={[{ text: "¡Pide tu pizza ahora!", href: "#contact" }]} avatars={[ { src: "http://img.b2bpic.net/free-photo/delicious-pizza-with-fresh-cheese_23-2150096958.jpg", alt: "Cliente 1" }, { src: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg", alt: "Cliente 2" }, @@ -194,4 +194,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1