diff --git a/src/app/page.tsx b/src/app/page.tsx index 7720c8c..c118296 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { }, ]} avatarText={`⭐ "Best tacos in town" \n ⭐ "Hidden gem near Sierra College" \n ⭐ "Authentic, flavorful, unforgettable"`} - imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table_1157-17819.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table_1157-17819.jpg?_wi=1" imageAlt="Cinematic shot of authentic Mexican street tacos, carnitas, salsa bar, and horchata" mediaAnimation="slide-up" /> @@ -190,7 +190,7 @@ export default function LandingPage() { name: "Massive Burritos", price: "$10.50", variant: "Steak, Chicken, Veggie", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-meat-lime_23-2147716984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-meat-lime_23-2147716984.jpg?_wi=1", imageAlt: "Large, overflowing burrito", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { name: "Salsa Bar", price: "Free with Meal", variant: "Bold & Spicy", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tomato-soup-with-lemon-greens-yellow-soup-meal-dinner-vegetable_140725-36787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tomato-soup-with-lemon-greens-yellow-soup-meal-dinner-vegetable_140725-36787.jpg?_wi=1", imageAlt: "Vibrant assortment of fresh salsas", }, ]} @@ -232,21 +232,21 @@ export default function LandingPage() { id: 1, title: "Authentic Flavor", description: "Experience the true taste of Mexico, uncompromised and never Americanized. Our recipes are passed down through generations.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_1157-17819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_1157-17819.jpg?_wi=2", imageAlt: "Authentic Mexican dish", }, { id: 2, title: "Generous Portions", description: "You won't leave hungry. Our plates are packed to satisfy even the biggest appetites.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-meat-lime_23-2147716984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-meat-lime_23-2147716984.jpg?_wi=2", imageAlt: "Large plate of food", }, { id: 3, title: "Salsa Bar Experience", description: "Dive into our vibrant salsa bar with options from mild to fiery hot. Customize your spice level!", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tomato-soup-with-lemon-greens-yellow-soup-meal-dinner-vegetable_140725-36787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tomato-soup-with-lemon-greens-yellow-soup-meal-dinner-vegetable_140725-36787.jpg?_wi=2", imageAlt: "Colorful salsa bar", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { id: 5, title: "Quick, Casual Dining", description: "Order fast, eat well. Perfect for a quick lunch, a casual dinner, or grabbing takeout on the go.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_1157-17819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_1157-17819.jpg?_wi=3", imageAlt: "Tacos ready to eat", }, ]}