diff --git a/src/app/page.tsx b/src/app/page.tsx index bf2945f..48ef71f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg?_wi=1" /> @@ -78,21 +78,21 @@ export default function LandingPage() { title: "Thin & Crispy Crust", description: "Hand-stretched dough baked to golden perfection for that signature snap.", buttonIcon: "Pizza", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg?_wi=2", imageAlt: "modern italian restaurant pizza table", }, { title: "Legendary Wings", description: "Crispy outside, juicy inside. The best wings in Niagara, guaranteed.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg?_wi=1", imageAlt: "gourmet italian pepperoni pizza close up", }, { title: "Family Friendly", description: "Genuine, warm service that makes every customer feel part of the family.", buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg?_wi=1", imageAlt: "crispy buffalo chicken wings wooden tray", }, ]} @@ -113,21 +113,21 @@ export default function LandingPage() { name: "Pepperoni & Mushroom Pizza", price: "From $12", variant: "Popular Choice", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg?_wi=2", }, { id: "p2", name: "Party Pack Wings (6 lbs)", price: "$60.00", variant: "Best Seller", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg?_wi=2", }, { id: "p3", name: "Chicken Parm Sub", price: "$14.99", variant: "Top Rated", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47845.jpg?_wi=1", }, ]} title="Our Signature Dishes" @@ -148,7 +148,7 @@ export default function LandingPage() { quote: "Hands down best place in town for pizza and wings!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47845.jpg?_wi=2", imageAlt: "italian chicken parmigiana sub sandwich", }, { @@ -239,7 +239,7 @@ export default function LandingPage() {