From 89d97cd0efbc6718d60dc6d08430a24152b0b01a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:21:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3d3581..748fcae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg?_wi=1" imageAlt="Famous smoked brisket" avatars={[ { @@ -161,21 +161,21 @@ export default function LandingPage() { { title: "Slow Smoked Meats", description: "12+ hours of hickory smoke goodness.", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich_123827-22044.jpg", buttonText: "See Menu", }, { title: "Artisan Sandwiches", description: "The best Turkey Club you've ever had.", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2328.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-wooden-board-assortment_23-2149897362.jpg", buttonText: "See Menu", }, { title: "Crispy Sides", description: "Hand-breaded okra and golden fries.", - imageSrc: "http://img.b2bpic.net/free-photo/peppers-mini-bucket-spoon-with-red-pepper-flakes-flat-lay-wooden_176474-7469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/peppers-mini-bucket-spoon-with-red-pepper-flakes-flat-lay-wooden_176474-7469.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/orange-bowl-fresh-green-bell-pepper-rings-marble-table_114579-66176.jpg", buttonText: "See Menu", }, @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "Two meat plate was delicious, pork ribs and brisket were perfect.", tag: "Top Review", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-girl-glasses-laughing-sitting-white-wall-copy-space_176420-11138.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg?_wi=2", imageAlt: "happy customer eating bbq", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "Stayed for the smoked club, fresh ingredients and great vibe.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=2", imageAlt: "happy customer eating bbq", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { quote: "Brisket and ribs were soft, smokey and full of flavor.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2328.jpg?_wi=2", imageAlt: "happy customer eating bbq", }, { @@ -297,7 +297,7 @@ export default function LandingPage() { quote: "The turkey club is a must-try. Everything is smoked to perfection.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/people-enjoying-pizza-together-outdoors_23-2150610308.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/peppers-mini-bucket-spoon-with-red-pepper-flakes-flat-lay-wooden_176474-7469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/peppers-mini-bucket-spoon-with-red-pepper-flakes-flat-lay-wooden_176474-7469.jpg?_wi=2", imageAlt: "happy customer eating bbq", }, ]} -- 2.49.1