diff --git a/src/app/page.tsx b/src/app/page.tsx index f4737f7..0a6af74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22650.jpg", imageAlt: "Delicious authentic tacos" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102101.jpg", imageAlt: "Stuffed burritos" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102101.jpg?_wi=1", imageAlt: "Stuffed burritos" }, { - imageSrc: "http://img.b2bpic.net/free-photo/georgian-cheese-khachapuri-imeruli-georgian-traditional-food-hot-khachapuri_114579-140.jpg", imageAlt: "Crispy quesadillas" + imageSrc: "http://img.b2bpic.net/free-photo/georgian-cheese-khachapuri-imeruli-georgian-traditional-food-hot-khachapuri_114579-140.jpg?_wi=1", imageAlt: "Crispy quesadillas" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-ingredients_23-2147640324.jpg", imageAlt: "Loaded nachos" + imageSrc: "http://img.b2bpic.net/free-photo/mexican-ingredients_23-2147640324.jpg?_wi=1", imageAlt: "Loaded nachos" }, { imageSrc: "http://img.b2bpic.net/free-photo/adoptive-mother-spending-time-with-her-daughter_23-2149501278.jpg", imageAlt: "El Monarca food truck" @@ -80,10 +80,10 @@ export default function LandingPage() { tag="Signature Items" features={[ { - id: "01", title: "Signature Tacos", description: "Slow-cooked meats with fresh cilantro, onion, and our house-made salsas on corn tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159763.jpg", imageAlt: "Signature tacos" + id: "01", title: "Signature Tacos", description: "Slow-cooked meats with fresh cilantro, onion, and our house-made salsas on corn tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159763.jpg?_wi=1", imageAlt: "Signature tacos" }, { - id: "02", title: "Marinated Meats", description: "Tender carnitas, barbacoa, and al pastor prepared with traditional Mexican spices and marinades.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535310.jpg", imageAlt: "Marinated meats" + id: "02", title: "Marinated Meats", description: "Tender carnitas, barbacoa, and al pastor prepared with traditional Mexican spices and marinades.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535310.jpg?_wi=1", imageAlt: "Marinated meats" }, { id: "03", title: "Fresh Salsas", description: "Homemade daily - roja, verde, and pico de gallo made from the freshest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-guacamole-dip-crunchy-mexican-snacks_23-2148181606.jpg", imageAlt: "Fresh salsas" @@ -120,19 +120,19 @@ export default function LandingPage() { tag="Customer Favorites" products={[ { - id: "1", name: "Carnitas Tacos", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159763.jpg", imageAlt: "Carnitas Tacos" + id: "1", name: "Carnitas Tacos", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159763.jpg?_wi=2", imageAlt: "Carnitas Tacos" }, { - id: "2", name: "Barbacoa Burrito", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102101.jpg", imageAlt: "Barbacoa Burrito" + id: "2", name: "Barbacoa Burrito", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102101.jpg?_wi=2", imageAlt: "Barbacoa Burrito" }, { - id: "3", name: "Cheese Quesadilla", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/georgian-cheese-khachapuri-imeruli-georgian-traditional-food-hot-khachapuri_114579-140.jpg", imageAlt: "Cheese Quesadilla" + id: "3", name: "Cheese Quesadilla", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/georgian-cheese-khachapuri-imeruli-georgian-traditional-food-hot-khachapuri_114579-140.jpg?_wi=2", imageAlt: "Cheese Quesadilla" }, { - id: "4", name: "Loaded Nachos", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-ingredients_23-2147640324.jpg", imageAlt: "Loaded Nachos" + id: "4", name: "Loaded Nachos", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-ingredients_23-2147640324.jpg?_wi=2", imageAlt: "Loaded Nachos" }, { - id: "5", name: "Al Pastor Tacos", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535310.jpg", imageAlt: "Al Pastor Tacos" + id: "5", name: "Al Pastor Tacos", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535310.jpg?_wi=2", imageAlt: "Al Pastor Tacos" } ]} gridVariant="uniform-all-items-equal"