From 9c6ec419a77af6f2f78b11f6f40b2571ac77658c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:52:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c34d7bb..ae8f343 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { description="Mascheroni Mabe Snc trasforma il tuo spazio professionale in un centro di efficienza, igiene e performance." buttons={[{ text: "Scopri i Prodotti", href: "#products" }, { text: "Contattaci", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg", imageAlt: "Kitchen 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg", imageAlt: "Kitchen 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=1", imageAlt: "Kitchen 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg?_wi=1", imageAlt: "Kitchen 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-stainless-steel-kitchen-design-photo-was-made-restouraunt_613910-12332.jpg", imageAlt: "Kitchen 3" }, { imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145551.jpg", imageAlt: "Kitchen 4" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646223.jpg", imageAlt: "Kitchen 5" }, @@ -73,8 +73,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Design su Misura", description: "Progettazione ergonomica ottimizzata per i flussi di lavoro.", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4218.jpg", imageAlt: "commercial kitchen stainless oven" }, - { title: "Materiali di Alta Qualità", description: "Acciaio inox certificato per la massima durabilità e igiene.", imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg", imageAlt: "commercial kitchen stainless oven" }, - { title: "Assistenza Tecnica", description: "Supporto post-vendita dedicato con tecnici specializzati.", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg", imageAlt: "commercial kitchen stainless oven" }, + { title: "Materiali di Alta Qualità", description: "Acciaio inox certificato per la massima durabilità e igiene.", imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=2", imageAlt: "commercial kitchen stainless oven" }, + { title: "Assistenza Tecnica", description: "Supporto post-vendita dedicato con tecnici specializzati.", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg?_wi=2", imageAlt: "commercial kitchen stainless oven" }, ]} title="Perché Scegliere Mascheroni Mabe" description="Qualità, affidabilità e supporto costante in ogni fase del progetto." -- 2.49.1