From 23c4b8507cd7cd99537de01e658659692981f247 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 20:12:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff9b472..46cc7f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-890.jpg", imageAlt: "Steaming latte and fresh bagel on rustic wood table" }, { - imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg", imageAlt: "Freshly baked bagel with golden crust" + imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg?_wi=1", imageAlt: "Freshly baked bagel with golden crust" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Espresso with beautiful latte art" + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=1", imageAlt: "Espresso with beautiful latte art" } ]} autoplayDelay={4000} @@ -99,7 +99,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Ingredients", description: "Sourced locally whenever possible", media: { - imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg", imageAlt: "Fresh bagel" + imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg?_wi=2", imageAlt: "Fresh bagel" }, items: [ { icon: CheckCircle, text: "Crispy outside, soft inside" }, @@ -123,7 +123,7 @@ export default function LandingPage() { features={[ { id: "1", title: "World-Class Espresso", description: "Expertly crafted beverages", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Perfect espresso with latte art" + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=2", imageAlt: "Perfect espresso with latte art" }, items: [ { icon: Zap, text: "Rich crema every time" }, -- 2.49.1