From a78be8d245239591a919fb4b77c8951d3c9874c7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:23:53 +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 fd715d6..e94356b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { description="Brewberry Social is your premium workspace, dessert bar, and cafe sanctuary. Experience the perfect blend of specialty coffee and lofi vibes." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg?_wi=1", imageAlt: "Cozy cafe interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-scene-with-tables-awning-illustration_23-2151984941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-scene-with-tables-awning-illustration_23-2151984941.jpg?_wi=1", imageAlt: "Coffee art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-playing-guitar-table_23-2148705561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-playing-guitar-table_23-2148705561.jpg?_wi=1", imageAlt: "Reading corner", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg?_wi=2", imageAlt: "people working in coffee shop", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { imageSrc: "hero-2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-scene-with-tables-awning-illustration_23-2151984941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-scene-with-tables-awning-illustration_23-2151984941.jpg?_wi=2", imageAlt: "people working in coffee shop", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { imageSrc: "hero-1", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-playing-guitar-table_23-2148705561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-playing-guitar-table_23-2148705561.jpg?_wi=2", imageAlt: "people working in coffee shop", }, ]} -- 2.49.1