From 39fcccdd04625fdc4a2ba2fbbe6af7480f1b9da8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 11:20:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 368c403..d629036 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,15 +99,15 @@ export default function LandingPage() { features={[ { id: "espresso", title: "Single-Origin Espresso", author: "Artisanal & Ethically Sourced", description: "Our carefully curated selection of single-origin beans is roasted fresh in small batches to preserve complex flavor profiles and highlight unique terroir characteristics.", tags: ["Premium", "Specialty", "Ethical"], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", imageAlt: "Premium Single-Origin Espresso" + imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg?_wi=1", imageAlt: "Premium Single-Origin Espresso" }, { id: "pastries", title: "Artisanal Pastries & Light Bites", author: "Fresh Daily", description: "Handcrafted croissants, fresh Portuguese pastéis de nata, and seasonal light bites pair perfectly with our coffee. Each item is baked fresh daily using quality ingredients.", tags: ["Handmade", "Fresh", "Local"], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", imageAlt: "Fresh Artisanal Pastries" + imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg?_wi=2", imageAlt: "Fresh Artisanal Pastries" }, { id: "atmosphere", title: "Warm, Welcoming Atmosphere", author: "Community Space", description: "Our intimate café space invites you to slow down, connect, and belong. Whether you're a regular or first-time visitor, you'll feel the genuine warmth of our hospitality and community spirit.", tags: ["Authentic", "Community", "Welcoming"], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg", imageAlt: "Cozy Café Atmosphere" + imageSrc: "http://img.b2bpic.net/free-photo/coffee-time_1122-2863.jpg?_wi=3", imageAlt: "Cozy Café Atmosphere" } ]} animationType="slide-up" -- 2.49.1