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() {