diff --git a/src/app/page.tsx b/src/app/page.tsx index 380032e..e5356b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Book Catering", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=1" imageAlt="Oscar's Bistro Interior" /> @@ -79,7 +79,7 @@ export default function LandingPage() { features={[ { title: "Artisan Ingredients", description: "Fresh, locally sourced produce and premium meats delivered daily.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg", imageAlt: "gourmet artisan bread selection close-up"}, + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=2", imageAlt: "gourmet artisan bread selection close-up"}, items: [], reverse: false, }, @@ -91,7 +91,7 @@ export default function LandingPage() { }, { title: "Freshness First", description: "Organic herbs and farm-to-table vegetables ensure peak flavor.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg", imageAlt: "gourmet artisan bread selection close-up"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg?_wi=1", imageAlt: "gourmet artisan bread selection close-up"}, items: [], reverse: false, }, @@ -109,7 +109,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Gourmet Buffet", price: "From $45/pp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg"}, + id: "p1", name: "Gourmet Buffet", price: "From $45/pp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg?_wi=2"}, { id: "p2", name: "Appetizer Assortment", price: "From $20/pp", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gourmet-food-concept_23-2148510830.jpg"}, {