diff --git a/src/app/page.tsx b/src/app/page.tsx index 66e00da..6014a40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -57,105 +47,57 @@ export default function LandingPage() { @@ -163,16 +105,12 @@ export default function LandingPage() {
@@ -183,26 +121,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Fire-Grilled Meats", - description: "Select cuts from local farmers, seasoned to perfection and seared over natural oak coals.", - imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=2", - imageAlt: "Fire grilled meat", - }, + title: "Carnes a la Brasa", description: "Cortes seleccionados de granjas locales, sazonados a la perfección y sellados sobre brasas de roble natural.", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=2", imageAlt: "Fire grilled meat"}, { - title: "Seasonal Calçots", - description: "Harvested fresh and grilled until tender, our seasonal specialty is an authentic Catalan highlight.", - imageSrc: "http://img.b2bpic.net/free-photo/bakery-items-wooden-table_53876-15276.jpg?_wi=2", - imageAlt: "Grilled Calçots", - }, + title: "Calçots de Temporada", description: "Cosechados frescos y asados hasta quedar tiernos, nuestra especialidad de temporada es una joya catalana.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-items-wooden-table_53876-15276.jpg?_wi=2", imageAlt: "Grilled Calçots"}, { - title: "Heritage Recipes", - description: "From old family cookbooks to your table, our dishes are a celebration of generations of flavour.", - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=2", - imageAlt: "Heritage food", - }, + title: "Recetas de Herencia", description: "Desde antiguos recetarios familiares hasta su mesa, nuestros platos son una celebración de generaciones de sabor.", imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=2", imageAlt: "Heritage food"}, ]} - title="Signature Flavours" - description="Our menu highlights the very best of Catalan produce, kissed by smoke and prepared with love." + title="Sabores de Autor" + description="Nuestro menú destaca lo mejor del producto catalán, besado por el humo y preparado con amor." /> @@ -213,62 +139,31 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Elena Martinez", - role: "Food Critic", - company: "Bcn Digest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006623.jpg", - }, + id: "1", name: "Elena Martinez", role: "Crítica Gastronómica", company: "Bcn Digest", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006623.jpg"}, { - id: "2", - name: "Marc Vila", - role: "Architect", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-food-feeding-sweet-concept_53876-23037.jpg", - }, + id: "2", name: "Marc Vila", role: "Arquitecto", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-food-feeding-sweet-concept_53876-23037.jpg"}, { - id: "3", - name: "Sophie H.", - role: "Traveler", - company: "Global", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg", - }, + id: "3", name: "Sophie H.", role: "Viajera", company: "Global", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg"}, { - id: "4", - name: "Jordi P.", - role: "Designer", - company: "Creative", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", - }, + id: "4", name: "Jordi P.", role: "Diseñador", company: "Creative", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg"}, { - id: "5", - name: "Anna K.", - role: "Chef", - company: "Culinary Lab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-table_23-2149213376.jpg", - }, + id: "5", name: "Anna K.", role: "Chef", company: "Culinary Lab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-table_23-2149213376.jpg"}, ]} kpiItems={[ { - value: "100%", - label: "Local Ingredients", - }, + value: "100%", label: "Ingrediente Local"}, { - value: "15+", - label: "Years Tradition", - }, + value: "15+", label: "Años Tradición"}, { - value: "4.9★", - label: "Guest Rating", - }, + value: "4.9★", label: "Valoración"}, ]} - title="The Rafa Experience" - description="What our guests say about their time at the table." + title="La Experiencia Rafa" + description="Lo que dicen nuestros huéspedes sobre su tiempo en nuestra mesa." /> @@ -276,14 +171,11 @@ export default function LandingPage() { @@ -294,41 +186,27 @@ export default function LandingPage() { { items: [ { - label: "Menu", - href: "#", - }, + label: "Carta", href: "#"}, { - label: "Story", - href: "#", - }, + label: "Nuestra Historia", href: "#"}, { - label: "Reservations", - href: "#", - }, + label: "Reservas", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacidad", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Términos", href: "#"}, ], }, { items: [ { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "Facebook", - href: "https://facebook.com", - }, + label: "Facebook", href: "https://facebook.com"}, ], }, ]} @@ -338,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file