From 227b0801bc34be648d2712ad1b76375f03ce9627 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 09:18:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d1454f..66bfe79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,27 +92,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337166.jpg?_wi=1", imageAlt: "Aesthetic coffee shop scene", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/nuts-beverage-near-scarf_23-2147943448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nuts-beverage-near-scarf_23-2147943448.jpg?_wi=1", imageAlt: "Barista making latte art", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/sorted-waste-recycling-wooden-table_23-2148115654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sorted-waste-recycling-wooden-table_23-2148115654.jpg?_wi=1", imageAlt: "Espresso machine at work", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg?_wi=1", imageAlt: "Cozy cafe interior with customers", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg?_wi=1", imageAlt: "Fresh pastries and coffee beans", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { description: "Our skilled team crafts every beverage with precision and passion.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337166.jpg?_wi=2", imageAlt: "premium coffee beans roasted", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { description: "Enjoy delicious, freshly prepared breakfast options made with quality ingredients.", bentoComponent: "reveal-icon", icon: Croissant, - imageSrc: "http://img.b2bpic.net/free-photo/nuts-beverage-near-scarf_23-2147943448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nuts-beverage-near-scarf_23-2147943448.jpg?_wi=2", imageAlt: "premium coffee beans roasted", }, { @@ -221,7 +221,7 @@ export default function LandingPage() { description: "A warm and inviting space perfect for relaxation, work, or social gatherings.", bentoComponent: "reveal-icon", icon: Home, - imageSrc: "http://img.b2bpic.net/free-photo/sorted-waste-recycling-wooden-table_23-2148115654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sorted-waste-recycling-wooden-table_23-2148115654.jpg?_wi=2", imageAlt: "premium coffee beans roasted", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { description: "Quick and efficient service ensures you get your perfect cup without the wait.", bentoComponent: "reveal-icon", icon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg?_wi=2", imageAlt: "premium coffee beans roasted", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { description: "Stay connected with our complimentary high-speed internet access.", bentoComponent: "reveal-icon", icon: Wifi, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg?_wi=2", imageAlt: "premium coffee beans roasted", }, ]} -- 2.49.1