diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e999d6..0c64158 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,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} showDimOverlay={true} @@ -91,7 +91,7 @@ export default function LandingPage() { title: "Homemade Cornbread", description: "Warm, buttery cornbread baked fresh throughout the day using traditional Southern recipes", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-sweets-arrangement_23-2150172388.jpg", imageAlt: "Golden cornbread with honey butter"}, { 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"}, ]} />