diff --git a/src/app/page.tsx b/src/app/page.tsx
index d16ed6f..df22145 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,17 @@ export default function LandingPage() {
@@ -48,22 +48,22 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Pizzas Y Pastas Asencio's"
- description="Authentic flavors, crafted with passion. Experience the true taste of Italy in every bite."
+ description="Sabores auténticos, elaborados con pasión. Experimenta el verdadero sabor de Italia en cada bocado."
buttons={[
{
- text: "View Menu", href: "#products"},
+ text: "Ver Menú", href: "#products"},
]}
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=1", imageAlt: "Artisanal Pizza"},
+ imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=1", imageAlt: "Pizza Artesanal"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=2", imageAlt: "Handmade Pasta"},
+ imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=2", imageAlt: "Pasta Hecha a Mano"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=3", imageAlt: "Kitchen Fresh"},
+ imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=3", imageAlt: "Frescura de Cocina"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=4", imageAlt: "Italian Heritage"},
+ imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=4", imageAlt: "Herencia Italiana"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=5", imageAlt: "Family Recipes"},
+ imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=5", imageAlt: "Recetas Familiares"},
]}
/>
@@ -71,10 +71,10 @@ export default function LandingPage() {
@@ -94,19 +94,19 @@ export default function LandingPage() {
{
id: "4", name: "Spaghetti", price: "$14.50", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=4"},
{
- id: "5", name: "Garlic Bread", price: "$6.00", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=5"},
+ id: "5", name: "Pan de Ajo", price: "$6.00", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=5"},
{
id: "6", name: "Veggie Delight", price: "$13.00", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=6"},
]}
- title="Our Menu"
- description="Explore our delicious selection of freshly made pizzas and pasta dishes."
+ title="Nuestro Menú"
+ description="Explora nuestra deliciosa selección de pizzas y platos de pasta recién hechos."
/>
@@ -149,23 +149,23 @@ export default function LandingPage() {
logoText="Pizzas Y Pastas Asencio's"
columns={[
{
- title: "Contact", items: [
+ title: "Contacto", items: [
{
- label: "Location", href: "#contact"},
+ label: "Ubicación", href: "#contact"},
{
- label: "Call Us", href: "tel:5550123"},
+ label: "Llámanos", href: "tel:5550123"},
],
},
{
- title: "Menu", items: [
+ title: "Menú", items: [
{
- label: "Full Menu", href: "#products"},
+ label: "Menú Completo", href: "#products"},
{
- label: "Our Story", href: "#about"},
+ label: "Nuestra Historia", href: "#about"},
],
},
]}
- copyrightText="© 2024 Pizzas Y Pastas Asencio's. All rights reserved."
+ copyrightText="© 2024 Pizzas Y Pastas Asencio's. Todos los derechos reservados."
/>