diff --git a/src/app/page.tsx b/src/app/page.tsx index 9099829..5b4c3c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function ItalianRestaurantPage() { description="Discover our signature Peruvian-inspired dishes, carefully crafted using authentic recipes and premium ingredients." products={[ { - id: "1", name: "Salmon Clementine", price: "$32", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Salmon Clementine" + id: "1", name: "Salmon Clementine", price: "$32", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg?_wi=1", imageAlt: "Salmon Clementine" }, { id: "2", name: "Tiradito Francesco", price: "$29", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Tiradito Francesco" @@ -84,7 +84,7 @@ export default function ItalianRestaurantPage() { id: "3", name: "Pulpo a La Parrilla", price: "$35", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Pulpo a La Parrilla" }, { - id: "4", name: "Lomo Saltado", price: "$38", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Lomo Saltado" + id: "4", name: "Lomo Saltado", price: "$38", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg?_wi=2", imageAlt: "Lomo Saltado" } ]} gridVariant="four-items-2x2-equal-grid"