From 2c2b592c1e5959cd53344a4f5f1a0f1ce2536fc5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:54:03 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d57ff4d..a65c356 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,21 +67,21 @@ export default function AboutPage() { id: "fresh", title: "Fresh Ingredients", description: "We use only the freshest eggs and premium butter bread. Every sandwich is made to order with love and care.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-light-background-color-dough-cake-hotcake-biscuit-photo-pie-bun_140725-158297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-light-background-color-dough-cake-hotcake-biscuit-photo-pie-bun_140725-158297.jpg?_wi=3", imageAlt: "Fresh ingredients", }, { id: "quick", title: "Quick Service", description: "Your order is ready in just 5 minutes. Perfect for busy professionals and students who need a quick breakfast.", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baguette-baked-bread-paper-with-different-seeds_23-2147975227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baguette-baked-bread-paper-with-different-seeds_23-2147975227.jpg?_wi=3", imageAlt: "Quick service", }, { id: "affordable", title: "Affordable Prices", description: "Delicious, fresh egg sandwiches at prices that won't break your budget. Quality food shouldn't be expensive.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286862.jpg?_wi=3", imageAlt: "Affordable pricing", }, ]}