diff --git a/src/app/page.tsx b/src/app/page.tsx index 9728067..5563c23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,41 +46,22 @@ export default function LandingPage() {
@@ -98,18 +71,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "La esencia de Doña Stella", - }, + type: "text", content: "La esencia de Doña Stella"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/mom-spending-cooking-with-her-kids_23-2149495913.jpg", - alt: "Dona Stella kitchen", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/mom-spending-cooking-with-her-kids_23-2149495913.jpg", alt: "Dona Stella kitchen"}, { - type: "text", - content: "Nuestra historia comenzó con una receta familiar transmitida por generaciones. Hoy, mantenemos ese espíritu artesanal en cada frasco, cada pan y cada preparación que llega a tu hogar.", - }, + type: "text", content: "Nuestra historia comenzó con una receta familiar transmitida por generaciones. Hoy, mantenemos ese espíritu artesanal en cada frasco, cada pan y cada preparación que llega a tu hogar."}, ]} /> @@ -121,55 +87,25 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Ingredientes Naturales", - tags: [ - "calidad", - "fresco", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-squash-soup-notebook_23-2148706371.jpg", - imageAlt: "Top view of bowl with winter squash soup and notebook", - }, + id: "f1", title: "Ingredientes Naturales", tags: [ + "calidad", "fresco"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-squash-soup-notebook_23-2148706371.jpg", imageAlt: "Top view of bowl with winter squash soup and notebook"}, { - id: "f2", - title: "Recetas Heredadas", - tags: [ - "auténtico", - "tradición", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-surface-dinner-cooking-meal-potato-dish_140725-102121.jpg?_wi=2", - imageAlt: "Top view of bowl with winter squash soup and notebook", - }, + id: "f2", title: "Recetas Heredadas", tags: [ + "auténtico", "tradición"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-surface-dinner-cooking-meal-potato-dish_140725-102121.jpg", imageAlt: "Top view of bowl with winter squash soup and notebook"}, { - id: "f3", - title: "Elaboración Artesanal", - tags: [ - "hecho a mano", - "amor", - ], - imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028615.jpg?_wi=2", - imageAlt: "Top view of bowl with winter squash soup and notebook", - }, + id: "f3", title: "Elaboración Artesanal", tags: [ + "hecho a mano", "amor"], + imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028615.jpg", imageAlt: "Top view of bowl with winter squash soup and notebook"}, { - id: "f4", - title: "Sin Conservantes", - tags: [ - "natural", - "saludable", - ], - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=2", - imageAlt: "Top view of bowl with winter squash soup and notebook", - }, + id: "f4", title: "Sin Conservantes", tags: [ + "natural", "saludable"], + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg", imageAlt: "Top view of bowl with winter squash soup and notebook"}, { - id: "f5", - title: "Producción Local", - tags: [ - "comunidad", - "sostenible", - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976566.jpg?_wi=2", - imageAlt: "Top view of bowl with winter squash soup and notebook", - }, + id: "f5", title: "Producción Local", tags: [ + "comunidad", "sostenible"], + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976566.jpg", imageAlt: "Top view of bowl with winter squash soup and notebook"}, ]} title="Nuestros Compromisos" description="Lo que nos hace diferentes y especiales." @@ -180,62 +116,27 @@ export default function LandingPage() { @@ -328,13 +203,9 @@ export default function LandingPage() {