diff --git a/src/app/page.tsx b/src/app/page.tsx index 394c1db..c7984b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,15 +98,15 @@ export default function LandingPage() { features={[ { title: "Live Μουσικές Στιγμές", description: "Μελωδίες που συνοδεύουν το δείπνο σας και μετατρέπουν κάθε βράδυ σε ένα ταξίδι στα συναισθήματα.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-girl-recording-music-their-home-studio-with-guitar_23-2149666509.jpg", imageAlt: "Live music performance"}, + imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-girl-recording-music-their-home-studio-with-guitar_23-2149666509.jpg?_wi=1", imageAlt: "Live music performance"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-girl-recording-music-their-home-studio-with-guitar_23-2149666509.jpg", imageAlt: "Live music performance detail"} + imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-girl-recording-music-their-home-studio-with-guitar_23-2149666509.jpg?_wi=2", imageAlt: "Live music performance detail"} }, { title: "Εκλεκτές Γεύσεις & Οίνοι", description: "Επιλεγμένες ετικέτες που ταιριάζουν απόλυτα με τις αυθεντικές μας συνταγές.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-dinner_23-2149882896.jpg", imageAlt: "Wine selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-dinner_23-2149882896.jpg?_wi=1", imageAlt: "Wine selection"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-dinner_23-2149882896.jpg", imageAlt: "Waiting service"} + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-dinner_23-2149882896.jpg?_wi=2", imageAlt: "Waiting service"} } ]} showStepNumbers={false}