diff --git a/src/app/page.tsx b/src/app/page.tsx index d3dbf65..b6baf79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "Bold flavors, fresh ingredients, perfectly prepared dishes!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg?_wi=1", imageAlt: "peruvian food cinematic dark moody", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Welcoming, clean, and energetic atmosphere. Genuine staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg?_wi=1", imageAlt: "peruvian rotisserie chicken restaurant photography", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@gourmet", testimonial: "Generous portions and great value. A place you'll want to come back to.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=1", imageAlt: "lomo saltado peruvian dish gourmet", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "The rotisserie chicken is absolutely divine, a must-try!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=1", imageAlt: "peruvian rotisserie chicken fresh", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Best Peruvian spot in Utah. Authentic and incredibly flavorful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=1", imageAlt: "peruvian fettuccine pasta restaurant", }, ]} @@ -120,7 +120,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg", @@ -176,7 +176,7 @@ export default function LandingPage() { description="We bring the soul of Peru to Lehi. Every dish is cooked over real fire, unlocking deep, smoky, authentic flavors that you won't find anywhere else." subdescription="Whether it's an intimate date night or a family celebration, our clean, energetic atmosphere ensures a world-class experience every time." icon={Flame} - imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -192,37 +192,37 @@ export default function LandingPage() { id: "p1", name: "Lomo Saltado", price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=2", }, { id: "p2", name: "Rotisserie Chicken", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=2", }, { id: "p3", name: "Peruvian Fettuccine", price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=2", }, { id: "p4", name: "Ceviche Mixto", price: "$26", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=3", }, { id: "p5", name: "Anticuchos", price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=3", }, { id: "p6", name: "Quinoa Salad", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=3", }, ]} title="Signature Dishes"