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 +}