diff --git a/src/app/page.tsx b/src/app/page.tsx index cd5bcbb..bc6be30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "10k+", title: "Platos servidos", description: "Sabor casero compartido.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-spices-served-with-baguette_114579-29291.jpg" }, { id: "m2", value: "500+", title: "Clientes felices", description: "Visitantes diarios en nuestra web.", imageSrc: "http://img.b2bpic.net/free-photo/woman-head-chef-adding-herbs-complete-gourmet-dish-modern-kitchen_482257-121214.jpg" }, - { id: "m3", value: "100%", title: "Calidad asegurada", description: "Ingredientes frescos seleccionados.", imageSrc: "http://img.b2bpic.net/free-photo/senior-women-spending-time-together-cafe-working-drinking-coffee_23-2149260277.jpg" } + { id: "m3", value: "100%", title: "Calidad asegurada", description: "Ingredientes frescos seleccionados.", imageSrc: "http://img.b2bpic.net/free-photo/senior-women-spending-together-cafe-working-drinking-coffee_23-2149260277.jpg" } ]} title="Nuestros NĂºmeros" description="Crecemos gracias a tu confianza." @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}