From 2f7b7d2d832ba957158eba6fe1dcd082dc897d0c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:09:31 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 27e2729..b6eb32c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,21 +83,21 @@ export default function AboutPage() { id: 1, title: "Crafted Breakfasts", description: "Authentic European flavors inspired by morning traditions — made fresh every morning with exceptional ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg", imageAlt: "fresh homemade breakfast platter artisanal", }, { id: 2, title: "Specialty Coffee", description: "Perfectly balanced coffee served with care and consistency — each cup is an experience in itself.", - imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878117.jpg", imageAlt: "artisan specialty coffee preparation barista", }, { id: 3, title: "Warm Atmosphere", description: "Cozy interiors, relaxed mornings, unforgettable moments — a space designed to feel like a home away from home.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg", imageAlt: "cozy café interior warm lighting ambiance", }, ]} @@ -117,7 +117,7 @@ export default function AboutPage() {
Date: Tue, 17 Mar 2026 19:09:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e92a06d..4d60816 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { { value: "Daily", label: "Fresh Made" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-candle-candlestick_169016-57385.jpg" imageAlt="Beautiful morning breakfast setup with specialty coffee" mediaAnimation="slide-up" imagePosition="right" @@ -102,7 +102,7 @@ export default function HomePage() {