diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f6f86f..c28ee59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,95 +31,60 @@ export default function LandingPage() {
@@ -130,9 +95,7 @@ export default function LandingPage() { title="Nuestra Historia: La pasión por Italia" buttons={[ { - text: "Conócenos más", - href: "#", - }, + text: "Conócenos más", href: "#"}, ]} /> @@ -145,41 +108,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Fettuccine al Tartufo", - price: "28€", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-arrangement_23-2149072564.jpg", - }, + id: "1", name: "Fettuccine al Tartufo", price: "28€", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-arrangement_23-2149072564.jpg"}, { - id: "2", - name: "Filete Mignon al Barolo", - price: "42€", - imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2408.jpg", - }, + id: "2", name: "Filete Mignon al Barolo", price: "42€", imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2408.jpg"}, { - id: "3", - name: "Tiramisú de Autor", - price: "14€", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-tiramisu-little-glasses-with-powder-white-table_181624-57517.jpg", - }, + id: "3", name: "Tiramisú de Autor", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-tiramisu-little-glasses-with-powder-white-table_181624-57517.jpg"}, { - id: "4", - name: "Bruschetta Tradizionale", - price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/slices-bruschetta-black-wooden-board_23-2148698659.jpg", - }, + id: "4", name: "Bruschetta Tradizionale", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/slices-bruschetta-black-wooden-board_23-2148698659.jpg"}, { - id: "5", - name: "Risotto allo Zafferano", - price: "26€", - imageSrc: "http://img.b2bpic.net/free-photo/creamy-risotto-garnished-with-parsley-parmesan-cheese_9975-124762.jpg", - }, + id: "5", name: "Risotto allo Zafferano", price: "26€", imageSrc: "http://img.b2bpic.net/free-photo/creamy-risotto-garnished-with-parsley-parmesan-cheese_9975-124762.jpg"}, { - id: "6", - name: "Panna Cotta ai Frutti", - price: "13€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-with-flowers_23-2149453787.jpg", - }, + id: "6", name: "Panna Cotta ai Frutti", price: "13€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-with-flowers_23-2149453787.jpg"}, ]} title="Nuestro Menú" description="Una selección curada de platillos tradicionales con técnicas contemporáneas." @@ -194,20 +133,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Ingredientes Frescos", - description: "Productos de origen garantizado directamente de Italia.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-vegetables-dinner-close-up-photo-dark-background-studio_482257-45416.jpg", - }, + title: "Ingredientes Frescos", description: "Productos de origen garantizado directamente de Italia.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-vegetables-dinner-close-up-photo-dark-background-studio_482257-45416.jpg"}, { - title: "Chef de Élite", - description: "Culinaria de autor bajo la mano del Chef Riccardo.", - imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg", - }, + title: "Chef de Élite", description: "Culinaria de autor bajo la mano del Chef Riccardo.", imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg"}, { - title: "Ambiente Premium", - description: "Diseño exclusivo y atmósfera íntima para una velada inolvidable.", - imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", - }, + title: "Ambiente Premium", description: "Diseño exclusivo y atmósfera íntima para una velada inolvidable.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg"}, ]} title="Por qué elegirnos" description="Donde la tradición se encuentra con la exclusividad." @@ -221,45 +151,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Marco Rossi", - handle: "@mrossi", - testimonial: "Una experiencia inigualable, la pasta fresca es de otro mundo.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", - }, + id: "1", name: "Marco Rossi", handle: "@mrossi", testimonial: "Una experiencia inigualable, la pasta fresca es de otro mundo.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg"}, { - id: "2", - name: "Elena Bianchi", - handle: "@elena_b", - testimonial: "El lugar perfecto para nuestro aniversario. La atención fue exquisita.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216159.jpg", - }, + id: "2", name: "Elena Bianchi", handle: "@elena_b", testimonial: "El lugar perfecto para nuestro aniversario. La atención fue exquisita.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216159.jpg"}, { - id: "3", - name: "Lucas Meyer", - handle: "@lmeyer", - testimonial: "El mejor risotto de la ciudad. Sin duda volveré muy pronto.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", - }, + id: "3", name: "Lucas Meyer", handle: "@lmeyer", testimonial: "El mejor risotto de la ciudad. Sin duda volveré muy pronto.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg"}, { - id: "4", - name: "Sophie Laurent", - handle: "@slaurent", - testimonial: "Lujo italiano en cada rincón. Altamente recomendado.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg", - }, + id: "4", name: "Sophie Laurent", handle: "@slaurent", testimonial: "Lujo italiano en cada rincón. Altamente recomendado.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg"}, { - id: "5", - name: "David Kim", - handle: "@dkim", - testimonial: "La atención al detalle en este restaurante es impresionante.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", - }, + id: "5", name: "David Kim", handle: "@dkim", testimonial: "La atención al detalle en este restaurante es impresionante.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg"}, ]} showRating={true} title="Lo que dicen nuestros clientes" @@ -275,20 +180,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "15+", - description: "Años de tradición culinaria", - }, + id: "1", value: "15+", description: "Años de tradición culinaria"}, { - id: "2", - value: "5000+", - description: "Platos servidos con pasión", - }, + id: "2", value: "5000+", description: "Platos servidos con pasión"}, { - id: "3", - value: "4.9", - description: "Rating promedio global", - }, + id: "3", value: "4.9", description: "Rating promedio global"}, ]} title="Nuestra Trayectoria" description="Números que reflejan la excelencia y el compromiso constante." @@ -299,8 +195,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file