diff --git a/src/app/page.tsx b/src/app/page.tsx index 93f20fe..d229755 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg", imageAlt: "Golden fried chicken and Southern sides" }, { - imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg", imageAlt: "Comfort food classics including collard greens and mac and cheese" + imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg?_wi=1", imageAlt: "Comfort food classics including collard greens and mac and cheese" }, ]} autoplayDelay={4000} @@ -96,7 +96,7 @@ export default function LandingPage() { }, { id: 3, - title: "Classic Sides", description: "Creamy mac and cheese, tender collard greens, and authentic black-eyed peas prepared with love", imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg", imageAlt: "Assorted Southern side dishes" + title: "Classic Sides", description: "Creamy mac and cheese, tender collard greens, and authentic black-eyed peas prepared with love", imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg?_wi=2", imageAlt: "Assorted Southern side dishes" }, ]} />