From d5ff73e20d39f5f0321bb2ae86214ba8301d076b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:44:52 +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 b065e66..b0414c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { href: "tel:9516833363", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", @@ -166,21 +166,21 @@ export default function LandingPage() { name: "Classic Burrito", price: "$12.00", variant: "Filling & Flavorful", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-made-meat-grilled-spit-with-vegetables-seasonings-blue-desk-burger-meat-meal-lunch-food-sandwich_140725-64513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-made-meat-grilled-spit-with-vegetables-seasonings-blue-desk-burger-meat-meal-lunch-food-sandwich_140725-64513.jpg?_wi=1", }, { id: "2", name: "Street Tacos Platter", price: "$15.00", variant: "Authentic Spices", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-frame-with-copy-space_23-2148629358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-frame-with-copy-space_23-2148629358.jpg?_wi=1", }, { id: "3", name: "Signature Margarita", price: "$10.00", variant: "Fresh Lime", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-95168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-95168.jpg?_wi=1", }, { id: "4", @@ -222,7 +222,7 @@ export default function LandingPage() { quote: "Hidden gem... Nice atmosphere, great food and very good service.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=2", imageAlt: "happy diner portrait restaurant", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { quote: "Very reasonably priced, plentiful, and full of flavor.", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-made-meat-grilled-spit-with-vegetables-seasonings-blue-desk-burger-meat-meal-lunch-food-sandwich_140725-64513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-made-meat-grilled-spit-with-vegetables-seasonings-blue-desk-burger-meat-meal-lunch-food-sandwich_140725-64513.jpg?_wi=2", imageAlt: "happy diner portrait restaurant", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "Absolutely love the vibe here, perfect for date nights!", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-frame-with-copy-space_23-2148629358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-frame-with-copy-space_23-2148629358.jpg?_wi=2", imageAlt: "happy diner portrait restaurant", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "Best cocktails in town, highly recommend checking it out.", tag: "Cocktails", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-95168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-95168.jpg?_wi=2", imageAlt: "happy diner portrait restaurant", }, ]} -- 2.49.1