diff --git a/src/app/page.tsx b/src/app/page.tsx index f99c550..25e3e8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/glass-prosecco-with-bottle-around_114579-2141.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glass-prosecco-with-bottle-around_114579-2141.jpg?_wi=1" imageAlt="La nostra bottega" mediaAnimation="opacity" /> @@ -77,7 +77,7 @@ export default function LandingPage() { products={[ { id: "1", name: "Stinco di Maiale", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-delicious-meat-fork_23-2148325603.jpg" }, { id: "2", name: "Primi della Tradizione", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/classical-tomato-pasta-with-olives_140725-1258.jpg" }, - { id: "3", name: "Taglieri di Salumi", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12831.jpg" }, + { id: "3", name: "Taglieri di Salumi", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12831.jpg?_wi=1" }, ]} /> @@ -90,9 +90,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "c1", title: "Vini al Bicchiere", tags: ["Degustazione", "Qualità"], imageSrc: "http://img.b2bpic.net/free-photo/glass-prosecco-with-bottle-around_114579-2141.jpg" }, - { id: "c2", title: "Ricerca Nazionale", tags: ["Locali", "Nazionali"], imageSrc: "http://img.b2bpic.net/free-photo/glass-prosecco-with-bottle-around_114579-2141.jpg" }, - { id: "c3", title: "Aperitivi d'Autore", tags: ["Spritz", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12831.jpg" }, + { id: "c1", title: "Vini al Bicchiere", tags: ["Degustazione", "Qualità"], imageSrc: "http://img.b2bpic.net/free-photo/glass-prosecco-with-bottle-around_114579-2141.jpg?_wi=2" }, + { id: "c2", title: "Ricerca Nazionale", tags: ["Locali", "Nazionali"], imageSrc: "http://img.b2bpic.net/free-photo/glass-prosecco-with-bottle-around_114579-2141.jpg?_wi=3" }, + { id: "c3", title: "Aperitivi d'Autore", tags: ["Spritz", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12831.jpg?_wi=2" }, ]} />