From 5de83c5122a45f4fffb82d87be417bd88501ddde Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:09:46 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bb998bb..eeba695 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { icon: HeartHandshake, }, ]} - imageSrc="http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg" + imageSrc="http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg?_wi=3" imageAlt="Vintage illustration of a local diner, symbolizing local roots" mediaAnimation="slide-up" /> @@ -143,21 +143,21 @@ export default function LandingPage() { id: "1", name: "Mutt", role: "Head Chef & Co-Founder", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg?_wi=2", imageAlt: "Chef Mutt, co-founder of Mutt & Jeff's", }, { id: "2", name: "Jeff", role: "General Manager & Co-Founder", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg?_wi=2", imageAlt: "Jeff, co-founder and general manager of Mutt & Jeff's", }, { id: "3", name: "Sarah P.", role: "Head Baker", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg?_wi=2", imageAlt: "Sarah P., head baker at Mutt & Jeff's", }, ]} @@ -179,7 +179,7 @@ export default function LandingPage() { name: "David C.", role: "Satisfied Customer", testimonial: "Best chicken fried steak I've ever had! The gravy is incredible and the service always comes with a smile.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg?_wi=2", imageAlt: "avatar of David C.", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { name: "Lisa K.", role: "Neighborhood Regular", testimonial: "A true neighborhood gem. The atmosphere is so welcoming, and their banana pudding is to die for.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg?_wi=3", imageAlt: "avatar of Lisa K.", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { name: "Robert G.", role: "Happy Diner", testimonial: "Mutt & Jeff's is our go-to spot. Consistently delicious food and you can tell everything is made with love.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg?_wi=3", imageAlt: "avatar of Robert G.", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { name: "Maria S.", role: "Family Patron", testimonial: "Always a fantastic experience. The portions are generous, and the staff treats you like family.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg?_wi=3", imageAlt: "avatar of Maria S.", }, ]} From 77526a5448d84a0579d2083452e08642df32152b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:09:46 +0000 Subject: [PATCH 2/5] Update src/app/location/page.tsx --- src/app/location/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index 7a97368..fce4096 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { title="Find Us & Say Hello!" description="Mutt & Jeff's is conveniently located in the heart of the city, easily accessible for all your comfort food cravings. Stop by, dine-in, or pick up your order!" tagIcon={MapPin} - imageSrc="http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg" + imageSrc="http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg?_wi=4" imageAlt="Illustration of a local diner with welcoming lights" mediaAnimation="slide-up" mediaPosition="right" From cb04b2c69c2adf9e905bc684b47c4c76d85cff1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:09:46 +0000 Subject: [PATCH 3/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 8e93c11..c0b4f8a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -68,42 +68,42 @@ export default function LandingPage() { id: "1", name: "Chicken Fried Steak", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg?_wi=1", imageAlt: "crispy chicken fried steak with gravy", }, { id: "2", name: "Double Decker Club", price: "$12.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg?_wi=1", imageAlt: "tall double decker club sandwich with fries", }, { id: "3", name: "Philly Cheesesteak", price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-choripan-argentina-sandwich-with-chorizo-chimichurri-sauce-black-slate-background_123827-29877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-choripan-argentina-sandwich-with-chorizo-chimichurri-sauce-black-slate-background_123827-29877.jpg?_wi=1", imageAlt: "philly cheesesteak sandwich with melted cheese", }, { id: "4", name: "Crispy Fried Chicken", price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken-box_123827-22210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken-box_123827-22210.jpg?_wi=1", imageAlt: "golden brown crispy fried chicken drumsticks", }, { id: "5", name: "Homemade Onion Rings", price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg?_wi=1", imageAlt: "pile of crispy onion rings with ranch dip", }, { id: "6", name: "Creamy Banana Pudding", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-with-plantain-banana_23-2151127828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-with-plantain-banana_23-2151127828.jpg?_wi=1", imageAlt: "dessert bowl of creamy banana pudding", }, ]} @@ -136,7 +136,7 @@ export default function LandingPage() { "Lunch", "Burger", ], - imageSrc: "http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg?_wi=2", imageAlt: "gourmet mushroom swiss burger", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { "Light Fare", "Seasonal", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-plate-with-wine_23-2147716927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-plate-with-wine_23-2147716927.jpg?_wi=2", imageAlt: "vibrant berry salad with vinaigrette", }, ]} @@ -168,7 +168,7 @@ export default function LandingPage() { name: "John D.", role: "Local Foodie", testimonial: "Mutt & Jeff's is a true culinary treasure. Every dish feels like it's made with love. The Chicken Fried Steak is a must-try!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg?_wi=1", imageAlt: "avatar of John D.", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { name: "Sarah L.", role: "Regular Guest", testimonial: "The Double Decker Club is my absolute favorite. Portions are generous and the service is always so friendly.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg?_wi=1", imageAlt: "avatar of Sarah L.", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { name: "Michael P.", role: "Happy Customer", testimonial: "You can taste the homemade quality in every bite. Their Fried Chicken is perfectly crispy and juicy.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg?_wi=1", imageAlt: "avatar of Michael P.", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Emily R.", role: "Dessert Lover", testimonial: "I always save room for the Banana Pudding. It's the best I've ever had, just like grandma used to make!", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg?_wi=1", imageAlt: "avatar of Emily R.", }, ]} From 5c53473ee4c8aaf358375ee3c7a69c0819bb8431 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:09:47 +0000 Subject: [PATCH 4/5] Update src/app/order/page.tsx --- src/app/order/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 687ef66..938c017 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -67,28 +67,28 @@ export default function LandingPage() { id: 1, title: "1. Browse Our Menu", description: "Explore our full range of delicious dishes, from hearty entrées to sweet desserts. Find your cravings!", - imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg?_wi=2", imageAlt: "plate of chicken fried steak", }, { id: 2, title: "2. Customize Your Order", description: "Add special instructions or modify items to your taste, just like you would in person. We're happy to accommodate!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg?_wi=2", imageAlt: "double decker club sandwich", }, { id: 3, title: "3. Choose Pickup or Delivery", description: "Select your preferred method: quick pickup at our location or convenient doorstep delivery to your home.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-cutlery-with-brown-wooden-desk-blue-background-spoon-fork-color-photo-kitchen_140725-31076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-cutlery-with-brown-wooden-desk-blue-background-spoon-fork-color-photo-kitchen_140725-31076.jpg?_wi=2", imageAlt: "generic icon for pickup/delivery", }, { id: 4, title: "4. Secure Checkout", description: "Complete your order with our easy and secure payment system. Get ready to enjoy your meal!", - imageSrc: "http://img.b2bpic.net/free-vector/rounded-vegan-food-logotypes_23-2147560689.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/rounded-vegan-food-logotypes_23-2147560689.jpg?_wi=2", imageAlt: "generic icon for secure payment", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { id: "1", name: "Chicken Fried Steak", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg?_wi=3", imageAlt: "crispy chicken fried steak with gravy", initialQuantity: 1, priceButtonProps: { @@ -120,7 +120,7 @@ export default function LandingPage() { id: "2", name: "Philly Cheesesteak", price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-choripan-argentina-sandwich-with-chorizo-chimichurri-sauce-black-slate-background_123827-29877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-choripan-argentina-sandwich-with-chorizo-chimichurri-sauce-black-slate-background_123827-29877.jpg?_wi=2", imageAlt: "philly cheesesteak sandwich with melted cheese", initialQuantity: 1, priceButtonProps: { @@ -131,7 +131,7 @@ export default function LandingPage() { id: "3", name: "Crispy Fried Chicken Bucket", price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken-box_123827-22210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken-box_123827-22210.jpg?_wi=2", imageAlt: "bucket of golden brown crispy fried chicken", initialQuantity: 1, priceButtonProps: { @@ -142,7 +142,7 @@ export default function LandingPage() { id: "4", name: "Creamy Banana Pudding", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-with-plantain-banana_23-2151127828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-with-plantain-banana_23-2151127828.jpg?_wi=2", imageAlt: "dessert bowl of creamy banana pudding", initialQuantity: 1, priceButtonProps: { @@ -153,7 +153,7 @@ export default function LandingPage() { id: "5", name: "Homemade Onion Rings", price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg?_wi=2", imageAlt: "pile of crispy onion rings with ranch dip", initialQuantity: 1, priceButtonProps: { @@ -190,7 +190,7 @@ export default function LandingPage() { name: "Olivia M.", role: "Frequent User", testimonial: "Ordering online is super fast and easy. My food arrived hot and delicious every time!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg?_wi=4", imageAlt: "avatar of Olivia M.", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { name: "James T.", role: "Tech Enthusiast", testimonial: "The app is very user-friendly. I can customize my order and get my favorites delivered right to my door, flawlessly.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg?_wi=4", imageAlt: "avatar of James T.", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { name: "Sophia L.", role: "On-the-Go Parent", testimonial: "Pickup is a breeze! My order is always ready when I arrive, and the staff is so friendly and efficient.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg?_wi=4", imageAlt: "avatar of Sophia L.", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { name: "Noah K.", role: "Busy Professional", testimonial: "Perfect for busy nights. Mutt & Jeff's always delivers on quality and taste, even for takeout. A lifesaver!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg?_wi=3", imageAlt: "avatar of Noah K.", }, ]} From 5103e663eb0ee359ac9b6c17ef9f3be4834d80ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:09:47 +0000 Subject: [PATCH 5/5] 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 9d5fe2e..31e5d18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { href: "/location", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-plate-with-wine_23-2147716927.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-plate-with-wine_23-2147716927.jpg?_wi=1" imageAlt="Cinematic shot of chicken fried steak being plated with gravy" mediaAnimation="slide-up" fixedMediaHeight={false} @@ -119,7 +119,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Local Roots, Lasting Tradition" description="What started as a simple burger stand near the school became a local staple—serving hardworking folks, travelers, and families for years. Today, Mutt & Jeff’s is where tradition lives on—one plate at a time." - imageSrc="http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg" + imageSrc="http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg?_wi=1" imageAlt="Illustration of Mutt & Jeff's original burger stand" /> @@ -134,14 +134,14 @@ export default function LandingPage() { id: 1, title: "Homemade Everything", description: "From ranch dressing to mashed potatoes—crafted in-house daily with fresh ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-cutlery-with-brown-wooden-desk-blue-background-spoon-fork-color-photo-kitchen_140725-31076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-cutlery-with-brown-wooden-desk-blue-background-spoon-fork-color-photo-kitchen_140725-31076.jpg?_wi=1", imageAlt: "Homemade icon", }, { id: 2, title: "Southern Generosity", description: "Big portions. Real value. No shortcuts. We believe in satisfying your hunger.", - imageSrc: "http://img.b2bpic.net/free-vector/rounded-vegan-food-logotypes_23-2147560689.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/rounded-vegan-food-logotypes_23-2147560689.jpg?_wi=1", }, ]} title="Why People Love Mutt & Jeff’s"