From f6c8856219b55fc957740d754491fd2b974fde33 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 23:12:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6030e6a..4e260f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/barista-making-cappuccino_1150-8043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-making-cappuccino_1150-8043.jpg?_wi=1", imageAlt: "Barista preparing latte art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-gifts-macarons-cookies-table-beautiful-wrapped-present-boxes-close-up-february-14-romantic-celebration-holiday-festive-cute-surprises-girlfriend-close-up_482257-50778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-gifts-macarons-cookies-table-beautiful-wrapped-present-boxes-close-up-february-14-romantic-celebration-holiday-festive-cute-surprises-girlfriend-close-up_482257-50778.jpg?_wi=1", imageAlt: "Display of fresh pastries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-stylish-young-students-drinking-tea-cafe-break-woman-hat-reading-book-while-redhead-woman-african-man-using-electronic-gadgets_273609-671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-stylish-young-students-drinking-tea-cafe-break-woman-hat-reading-book-while-redhead-woman-african-man-using-electronic-gadgets_273609-671.jpg?_wi=1", imageAlt: "Customers enjoying coffee", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { description: "Ogni giorno dolci e salati preparati con amore e ingredienti genuini, per deliziare ogni palato.", bentoComponent: "reveal-icon", icon: Croissant, - imageSrc: "http://img.b2bpic.net/free-photo/barista-making-cappuccino_1150-8043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-making-cappuccino_1150-8043.jpg?_wi=2", imageAlt: "caffetteria del centro logo", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { description: "Il nostro team ti accoglie con calore e professionalità, rendendo ogni visita un piacere.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-gifts-macarons-cookies-table-beautiful-wrapped-present-boxes-close-up-february-14-romantic-celebration-holiday-festive-cute-surprises-girlfriend-close-up_482257-50778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-gifts-macarons-cookies-table-beautiful-wrapped-present-boxes-close-up-february-14-romantic-celebration-holiday-festive-cute-surprises-girlfriend-close-up_482257-50778.jpg?_wi=2", imageAlt: "caffetteria del centro logo", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Attenti all'ambiente, scegliamo fornitori che condividono i nostri valori di qualità e sostenibilità.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-stylish-young-students-drinking-tea-cafe-break-woman-hat-reading-book-while-redhead-woman-african-man-using-electronic-gadgets_273609-671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-stylish-young-students-drinking-tea-cafe-break-woman-hat-reading-book-while-redhead-woman-african-man-using-electronic-gadgets_273609-671.jpg?_wi=2", imageAlt: "caffetteria del centro logo", }, ]} -- 2.49.1