5 Commits

Author SHA1 Message Date
209342e2c1 Merge version_3 into main
Merge version_3 into main
2026-06-07 19:00:11 +00:00
728dacc151 Update src/app/page.tsx 2026-06-07 19:00:08 +00:00
7ec6e17e1c Merge version_2 into main
Merge version_2 into main
2026-06-07 18:57:36 +00:00
4c91f2d68d Update src/app/page.tsx 2026-06-07 18:57:33 +00:00
3e0520a296 Merge version_1 into main
Merge version_1 into main
2026-06-07 18:53:38 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
name: "Contacto", id: "#contacto"},
]}
button={{
text: "Ordenar Online", href: "#contacto"}}
text: "Ordenar Online", href: "#contacto"}}
brandName="El Mundo de la Pizza"
/>
</div>
@@ -141,7 +141,7 @@ export default function LandingPage() {
{
id: "f3", title: "Ingredientes de Origen Seleccionado", content: "Nos comprometemos a utilizar solo ingredientes frescos y de la más alta calidad, garantizando un sabor inigualable en cada uno de nuestros platos."},
]}
imageSrc="http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23471.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-cocktails-with-sparklers_23-2149591410.jpg"
imageAlt="Cócteles en barra durante happy hour"
mediaAnimation="slide-up"
/>
@@ -214,7 +214,7 @@ export default function LandingPage() {
{
text: "Llamar Ahora (0291 520-4560)", href: "tel:+542915204560"},
{
text: "Ordenar Online", href: "#"},
text: "Ordenar Online", href: "https://www.example.com/order-online"},
{
text: "Ver en Google Maps", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
]}
@@ -241,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}