From 7bf31a348745290ae6d01084e96bf42d98c218bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 16:38:01 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b942101..da30796 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { description: "We believe in creating a space where friends and family can connect over truly great food.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg" + imageSrc="http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=4" imageAlt="Our signature gourmet burger setup" /> -- 2.49.1 From 1301385c63e4404861389c73808256f462e13a68 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 16:38:01 +0000 Subject: [PATCH 2/3] 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 7b0a354..53de38d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -60,19 +60,19 @@ export default function LandingPage() { id: "1", name: "Classic Lab Burger", price: "TND 25", - imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=3", }, { id: "2", name: "Spicy Chicken Tacos", price: "TND 22", - imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=4", }, { id: "3", name: "Loaded Lab Fries", price: "TND 12", - imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=5", }, ]} title="Our Signature Items" -- 2.49.1 From d5367258d7b95fa99486733ab0f94de6bdc6cb79 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 16:38:02 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4e82e2..bd79490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=1", imageAlt: "Juicy burger", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { id: "3", title: "Fast & Authentic", description: "Cooked to perfection, served with passion.", - imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=1", }, ]} title="Why Lab Station?" @@ -131,19 +131,19 @@ export default function LandingPage() { id: "1", name: "Classic Lab Burger", price: "TND 25", - imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=2", }, { id: "2", name: "Spicy Chicken Tacos", price: "TND 22", - imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=2", }, { id: "3", name: "Loaded Lab Fries", price: "TND 12", - imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=3", }, ]} title="Our Signature Items" -- 2.49.1