diff --git a/src/app/page.tsx b/src/app/page.tsx index d985d50..a1d55a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Order Takeout", href: "tel:3037566667"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg" + imageSrc="http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=1" imageAlt="Artisan bagel photography with warm lighting" /> @@ -73,7 +73,7 @@ export default function LandingPage() { { title: "100% Housemade", description: "Everything fresh, every single day."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -87,23 +87,23 @@ export default function LandingPage() { { id: "1", title: "The Reuben", author: "Classic", description: "Corned beef, pastrami, Swiss, sauerkraut, Russian dressing.", tags: [ "Featured"], - imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=2"}, { id: "2", title: "Matzo Ball Soup", author: "Traditional", description: "Golden broth, fluffy matzo balls, fresh dill.", tags: [ "Signature"], - imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=3"}, { id: "3", title: "Lox & Everything", author: "Fresh", description: "Smoked salmon, housemade cream cheese, capers.", tags: [ "Favorite"], - imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=4"}, { id: "4", title: "Potato Latkes", author: "Crispy", description: "Hand-grated potatoes, fried to perfection, served with applesauce.", tags: [ "Side"], - imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=5"}, { id: "5", title: "Black & White Cookie", author: "Sweet", description: "Classic New York style cookie with half vanilla and half chocolate.", tags: [ "Dessert"], - imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=6"}, ]} title="The Menu is the Legend." description="Every dish made with love, tradition, and zero shortcuts." @@ -153,7 +153,7 @@ export default function LandingPage() { tag="COME FIND US" title="Your table is waiting for you." description="Walk in, call ahead, or just follow the smell of fresh-baked bagels." - imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg?_wi=2" buttonText="Call Now" mediaAnimation="slide-up" /> @@ -161,7 +161,7 @@ export default function LandingPage() {