From b1af3b679e522c4803cbc3d14890ea7c1e610921 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:06:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eef193c..f08add0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,27 +61,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg?_wi=1", imageAlt: "Coffee Roasting Process", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg?_wi=2", imageAlt: "Artisanal Roaster Detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg?_wi=3", imageAlt: "Fresh Coffee Beans", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg?_wi=4", imageAlt: "Roastery Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg?_wi=5", imageAlt: "Roasting Mastery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg?_wi=6", imageAlt: "Fresh Roast Aroma", }, ]} @@ -99,12 +99,12 @@ export default function LandingPage() { title: "In-House Roasting", description: "We roast our beans daily in small batches to ensure maximum freshness and flavor.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529088.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529088.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529088.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529088.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg?_wi=7", imageAlt: "professional coffee roaster machine", }, { @@ -112,12 +112,12 @@ export default function LandingPage() { title: "Specialty Quality", description: "100% Arabica beans sourced directly from growers, highlighting unique regional flavor profiles.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-badges_23-2149251257.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-badges_23-2149251257.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-badges_23-2149251257.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-badges_23-2149251257.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529088.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529088.jpg?_wi=3", imageAlt: "fresh coffee beans icon minimalist", }, { @@ -125,12 +125,12 @@ export default function LandingPage() { title: "Coworking Friendly", description: "High-speed Wi-Fi and a quiet, inspiring atmosphere designed for focus and productivity.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-round-wifi-buttons_23-2147629689.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-badges_23-2149251257.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-badges_23-2149251257.jpg?_wi=3", imageAlt: "arabica coffee quality icon", }, ]} -- 2.49.1