diff --git a/src/app/page.tsx b/src/app/page.tsx index da934ea..c53505a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-drinking-kombucha_23-2150171583.jpg", imageAlt: "Cozy cafe interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", imageAlt: "Premium coffee drinks"}, + imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=1", imageAlt: "Premium coffee drinks"}, { - imageSrc: "http://img.b2bpic.net/free-photo/slices-bread-with-basil-leaves-tomatoes-wooden-table_23-2147922253.jpg", imageAlt: "Delicious breakfast items"}, + imageSrc: "http://img.b2bpic.net/free-photo/slices-bread-with-basil-leaves-tomatoes-wooden-table_23-2147922253.jpg?_wi=1", imageAlt: "Delicious breakfast items"}, ]} className="hero-section" containerClassName="hero-container" @@ -86,22 +86,22 @@ export default function LandingPage() { tag="Menu" features={[ { - title: "Espresso", description: "Έναν ή διπλό espresso με τέλειο crema", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", imageAlt: "Espresso shot", buttonIcon: Coffee, + title: "Espresso", description: "Έναν ή διπλό espresso με τέλειο crema", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=2", imageAlt: "Espresso shot", buttonIcon: Coffee, }, { - title: "Freddo Cappuccino", description: "Παγωμένος καφές που δροσίζει τη μέρα σας", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", imageAlt: "Cold cappuccino", buttonIcon: Coffee, + title: "Freddo Cappuccino", description: "Παγωμένος καφές που δροσίζει τη μέρα σας", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=3", imageAlt: "Cold cappuccino", buttonIcon: Coffee, }, { - title: "Τυροπιτάκι", description: "Φρέσκο και κρούστι αλμυρό πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/slices-bread-with-basil-leaves-tomatoes-wooden-table_23-2147922253.jpg", imageAlt: "Cheese pie", buttonIcon: Croissant, + title: "Τυροπιτάκι", description: "Φρέσκο και κρούστι αλμυρό πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/slices-bread-with-basil-leaves-tomatoes-wooden-table_23-2147922253.jpg?_wi=2", imageAlt: "Cheese pie", buttonIcon: Croissant, }, { - title: "Κρουασάν", description: "Βούτυρο, φρέσκο και τέλειο για κάθε ώρα", imageSrc: "http://img.b2bpic.net/free-photo/slices-bread-with-basil-leaves-tomatoes-wooden-table_23-2147922253.jpg", imageAlt: "Fresh croissant", buttonIcon: Croissant, + title: "Κρουασάν", description: "Βούτυρο, φρέσκο και τέλειο για κάθε ώρα", imageSrc: "http://img.b2bpic.net/free-photo/slices-bread-with-basil-leaves-tomatoes-wooden-table_23-2147922253.jpg?_wi=3", imageAlt: "Fresh croissant", buttonIcon: Croissant, }, { title: "Σάντουιτς", description: "Φρέσκες μπαγέτες με επιλογές γεμίσματος", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sandwiches-with-copy-space_23-2148263030.jpg", imageAlt: "Gourmet sandwich", buttonIcon: Sandwich, }, { - title: "Ποτά", description: "Αναψυκτικά και χυμοί για όλα τα γούστα", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", imageAlt: "Soft drinks", buttonIcon: Droplet, + title: "Ποτά", description: "Αναψυκτικά και χυμοί για όλα τα γούστα", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=4", imageAlt: "Soft drinks", buttonIcon: Droplet, }, ]} textboxLayout="default"