diff --git a/src/app/page.tsx b/src/app/page.tsx index eb8da2c..17f3f2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-little-cakes-strawberry-pie-cup-tea-white-surface-cake-biscuit-sugar-sweet-pie-tea_140725-64738.jpg", imageAlt: "Pasticceria daLu showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-little-cakes-strawberry-pie-cup-tea-white-surface-cake-biscuit-sugar-sweet-pie-tea_140725-64738.jpg?_wi=1", imageAlt: "Pasticceria daLu showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-powdered-sugar-grey-table_176420-302.jpg", imageAlt: "Croissant freschi sfogliati" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-flowers-white-surface_141793-17667.jpg", imageAlt: "Macarons colorati" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-flowers-white-surface_141793-17667.jpg?_wi=1", imageAlt: "Macarons colorati" }, { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-decoration_23-2148536894.jpg", imageAlt: "Torta al cioccolato elegante" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruity-cakes-assortment_23-2148536849.jpg", imageAlt: "Tart ai frutti di bosco" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg", imageAlt: "Interno pasticceria moderna" } @@ -77,7 +77,7 @@ export default function LandingPage() { { text: "Scopri di Più", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-view-raw-pastry-flour-round-board-chocolates-eggs-banana-gray-background_140725-159109.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-raw-pastry-flour-round-board-chocolates-eggs-banana-gray-background_140725-159109.jpg?_wi=1" imageAlt="Lucia prepara i dolci con amore" mediaAnimation="slide-up" imagePosition="right" @@ -130,9 +130,9 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" features={[ - { id: "fresh", title: "Freschezza Garantita", tags: ["Quotidiano", "Qualità"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-little-cakes-strawberry-pie-cup-tea-white-surface-cake-biscuit-sugar-sweet-pie-tea_140725-64738.jpg", imageAlt: "Prodotti freschi giornalieri" }, - { id: "custom", title: "Creazioni su Misura", tags: ["Personalizzato", "Speciale"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-flowers-white-surface_141793-17667.jpg", imageAlt: "Dolci personalizzati" }, - { id: "experience", title: "Esperienza Unica", tags: ["Accoglienza", "Amore"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-pastry-flour-round-board-chocolates-eggs-banana-gray-background_140725-159109.jpg", imageAlt: "Passione e dedizione" } + { id: "fresh", title: "Freschezza Garantita", tags: ["Quotidiano", "Qualità"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-little-cakes-strawberry-pie-cup-tea-white-surface-cake-biscuit-sugar-sweet-pie-tea_140725-64738.jpg?_wi=2", imageAlt: "Prodotti freschi giornalieri" }, + { id: "custom", title: "Creazioni su Misura", tags: ["Personalizzato", "Speciale"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-flowers-white-surface_141793-17667.jpg?_wi=2", imageAlt: "Dolci personalizzati" }, + { id: "experience", title: "Esperienza Unica", tags: ["Accoglienza", "Amore"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-pastry-flour-round-board-chocolates-eggs-banana-gray-background_140725-159109.jpg?_wi=2", imageAlt: "Passione e dedizione" } ]} />