diff --git a/src/app/page.tsx b/src/app/page.tsx index f4237ea..f1e91a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,11 +60,11 @@ export default function LandingPage() { description="Experience the authentic taste of Albania. Traditional recipes prepared with modern refinement in the heart of our restaurant." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=1", imageAlt: "Luxurious dining environment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/rustic-kitchen-counter-displays-fresh-food-collection-generated-by-ai_188544-16583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-kitchen-counter-displays-fresh-food-collection-generated-by-ai_188544-16583.jpg?_wi=1", imageAlt: "Chef preparing authentic cuisine", }, { @@ -117,14 +117,14 @@ export default function LandingPage() { id: "f2", title: "Farm-to-Table", description: "Fresh, locally sourced ingredients for every dish.", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=2", imageAlt: "Milk and white chocolate chips on plate", }, { id: "f3", title: "Premium Ambiance", description: "A sophisticated setting for unforgettable dining.", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-kitchen-counter-displays-fresh-food-collection-generated-by-ai_188544-16583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-kitchen-counter-displays-fresh-food-collection-generated-by-ai_188544-16583.jpg?_wi=2", imageAlt: "Milk and white chocolate chips on plate", }, ]}