diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a16b9a..82b736b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,11 +124,11 @@ export default function ShenandoahPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "sig-1", name: "Pan-Seared Diver Scallops", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "signature dish restaurant plated gourmet"}, + id: "sig-1", name: "Pan-Seared Diver Scallops", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=1", imageAlt: "signature dish restaurant plated gourmet"}, { - id: "sig-2", name: "Prime Dry-Aged Filet Mignon", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "signature dish restaurant plated gourmet"}, + id: "sig-2", name: "Prime Dry-Aged Filet Mignon", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=2", imageAlt: "signature dish restaurant plated gourmet"}, { - id: "sig-3", name: "Maine Lobster Thermidor", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "signature dish restaurant plated gourmet"}, + id: "sig-3", name: "Maine Lobster Thermidor", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=3", imageAlt: "signature dish restaurant plated gourmet"}, ]} tagAnimation="blur-reveal" buttonAnimation="blur-reveal"