Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-29 16:28:25 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}