diff --git a/src/app/page.tsx b/src/app/page.tsx index c5f0235..187f78f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahp", testimonial: "Best family run pizza store in town and very friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg", imageAlt: "fresh baked pizza close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg?_wi=1", imageAlt: "fresh baked pizza close up"}, { name: "Michael D.", handle: "@miked", testimonial: "Excellent pizza and service both times.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg", imageAlt: "fresh baked pizza close up"}, { name: "Emily R.", handle: "@emilyr", testimonial: "Amazing toppings and the wings are to die for!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg", imageAlt: "fresh baked pizza close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg?_wi=1", imageAlt: "fresh baked pizza close up"}, { name: "David K.", handle: "@davidk", testimonial: "Consistently delicious, my favorite local spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29455.jpg", imageAlt: "fresh baked pizza close up"}, @@ -66,7 +66,7 @@ export default function LandingPage() { name: "Jason T.", handle: "@jasont", testimonial: "Friendly staff, great atmosphere, even better pizza.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", imageAlt: "fresh baked pizza close up"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg" + imageSrc="http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg", alt: "Customer"}, @@ -114,7 +114,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Pepperoni", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg"}, + id: "1", name: "Classic Pepperoni", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg?_wi=2"}, { id: "2", name: "Veggie Supreme", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/three-types-pizza-with-mixed-ingredients_114579-2277.jpg"}, {