diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d537e3..8688978 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@krakowfoodie", testimonial: "The best pizza in Kraków. Fast service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg?_wi=1", imageAlt: "fresh italian pizza close up melted cheese", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@pizzalover", testimonial: "Generous toppings and incredible taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg?_wi=1", imageAlt: "vegetarian rucola pizza fresh ingredients", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@localfood", testimonial: "Friendly service, cozy family vibe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-zucchini-vegetables_140725-5405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-zucchini-vegetables_140725-5405.jpg?_wi=1", imageAlt: "kebab pizza tasty fast food", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@deliveryfan", testimonial: "Always quick, always hot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pizza-wooden-background_23-2148601646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pizza-wooden-background_23-2148601646.jpg?_wi=1", imageAlt: "mexican pizza spicy toppings", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@happyguest", testimonial: "Truly a top-rated experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-tasty-mushroom-pizza-with-tomatoes-green-olives-mushrooms-with-fresh-tomatoes_140725-20036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-tasty-mushroom-pizza-with-tomatoes-green-olives-mushrooms-with-fresh-tomatoes_140725-20036.jpg?_wi=1", imageAlt: "verdura vegetarian pizza fresh veggies", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "tel:124129804", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg?_wi=2" imageAlt="Fresh delicious pizza" mediaAnimation="slide-up" avatars={[ @@ -172,31 +172,31 @@ export default function LandingPage() { id: "1", title: "Ready in Minutes", description: "Fresh pizza served in under 10 minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg?_wi=3", }, { id: "2", title: "Generous Toppings", description: "We don’t hold back — every bite is full of flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg?_wi=2", }, { id: "3", title: "Family Atmosphere", description: "A cozy, welcoming place you’ll want to return to.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg?_wi=1", }, { id: "4", title: "Delivery & Takeaway", description: "Enjoy Hallo Pizza wherever you are.", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-zucchini-vegetables_140725-5405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-zucchini-vegetables_140725-5405.jpg?_wi=2", }, { id: "5", title: "Authentic Taste", description: "Carefully prepared dough and quality ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pizza-wooden-background_23-2148601646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pizza-wooden-background_23-2148601646.jpg?_wi=2", }, ]} title="Why Hallo Pizza?" @@ -215,37 +215,37 @@ export default function LandingPage() { id: "1", name: "Pizza Rucola", price: "32 zł", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg?_wi=3", }, { id: "2", name: "Pizza Kebab", price: "35 zł", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-zucchini-vegetables_140725-5405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-zucchini-vegetables_140725-5405.jpg?_wi=3", }, { id: "3", name: "Pizza Meksykańska", price: "34 zł", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pizza-wooden-background_23-2148601646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pizza-wooden-background_23-2148601646.jpg?_wi=3", }, { id: "4", name: "Verdura", price: "30 zł", - imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-tasty-mushroom-pizza-with-tomatoes-green-olives-mushrooms-with-fresh-tomatoes_140725-20036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-tasty-mushroom-pizza-with-tomatoes-green-olives-mushrooms-with-fresh-tomatoes_140725-20036.jpg?_wi=2", }, { id: "5", name: "Lasagne Bolognese", price: "28 zł", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lasagna-white-plate_181624-21968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lasagna-white-plate_181624-21968.jpg?_wi=1", }, { id: "6", name: "Margherita", price: "26 zł", - imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg?_wi=4", }, ]} title="Menu Highlights" @@ -272,7 +272,7 @@ export default function LandingPage() { quote: "The service is lightning fast and taste is amazing.", tag: "⭐ 4.2/5", avatarSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lasagna-white-plate_181624-21968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lasagna-white-plate_181624-21968.jpg?_wi=2", imageAlt: "lasagna bolognese fresh baked", }, { @@ -294,7 +294,7 @@ export default function LandingPage() { quote: "Generous toppings, exactly as advertised!", tag: "⭐ 4.2/5", avatarSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg?_wi=2", imageAlt: "cozy pizzeria interior warm lighting", }, { @@ -305,7 +305,7 @@ export default function LandingPage() { quote: "Friendly and professional staff every time.", tag: "⭐ 4.2/5", avatarSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mix-pizza-susages-cheese-side-view_140725-11322.jpg?_wi=5", imageAlt: "fresh italian pizza close up melted cheese", }, { @@ -316,7 +316,7 @@ export default function LandingPage() { quote: "Quick, delicious, and always quality ingredients.", tag: "⭐ 4.2/5", avatarSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601600.jpg?_wi=4", imageAlt: "vegetarian rucola pizza fresh ingredients", }, ]} @@ -347,7 +347,7 @@ export default function LandingPage() { tag="Visit Us" title="Hungry? Let’s Fix That." description="Find us at Dobrego Pasterza 99, Kraków. Open daily until 23:00." - imageSrc="http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg?_wi=3" mediaAnimation="slide-up" />