From 2c2b592c1e5959cd53344a4f5f1a0f1ce2536fc5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:54:03 +0000 Subject: [PATCH 1/4] 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", }, ]} -- 2.49.1 From 11a8c5a886d5f7f3e9e68aea8343c9fe7e118615 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:54:04 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 14602f0..2d89960 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -39,7 +39,7 @@ export default function ContactPage() { tag="Contact Us" tagIcon="undefined" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-ham-egg-croissant-plate_23-2148543626.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-ham-egg-croissant-plate_23-2148543626.jpg?_wi=2" imageAlt="Fresh egg sandwich" imagePosition="right" mediaAnimation="slide-up" -- 2.49.1 From 06a2a5212829ff3ee6f05a52fc28a9e4255c9e15 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:54:04 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 0fd1815..736837d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -48,21 +48,21 @@ export default function MenuPage() { id: "plain-egg", title: "Plain Egg Bread", description: "Classic egg sandwich with fresh bread and butter. Simple, satisfying, and delicious. Perfect for a quick breakfast or light snack.", - 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=2", imageAlt: "Plain Egg Bread", }, { id: "omelette", title: "Omelette Bread", description: "Fluffy omelette sandwich with golden bread. Made fresh to order with your choice of toppings. A hearty option for breakfast lovers.", - 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=2", imageAlt: "Omelette Bread", }, { id: "butter-egg", title: "Egg Butter Bread", description: "Rich and creamy egg sandwich with premium butter and soft bread. A luxurious breakfast treat that melts in your mouth with every bite.", - 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=2", imageAlt: "Egg Butter Bread", }, ]} -- 2.49.1 From bc0cec107586c1b0c02018f484261c7694bd00d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:54:05 +0000 Subject: [PATCH 4/4] 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 db95716..585392d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { tag="Fresh & Tasty" tagIcon={Zap} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-ham-egg-croissant-plate_23-2148543626.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-ham-egg-croissant-plate_23-2148543626.jpg?_wi=1" imageAlt="Fresh egg sandwich from Eggs Bread Corner" imagePosition="right" mediaAnimation="slide-up" @@ -69,21 +69,21 @@ export default function HomePage() { id: "plain-egg", title: "Plain Egg Bread", description: "Classic egg sandwich with fresh bread and butter. Simple, satisfying, and delicious. Perfect for 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=1", imageAlt: "Plain Egg Bread", }, { id: "omelette", title: "Omelette Bread", description: "Fluffy omelette sandwich with golden bread. Made fresh to order with your choice of toppings.", - 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=1", imageAlt: "Omelette Bread", }, { id: "butter-egg", title: "Egg Butter Bread", description: "Rich and creamy egg sandwich with premium butter and soft bread. A luxurious breakfast treat.", - 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=1", imageAlt: "Egg Butter Bread", }, ]} -- 2.49.1