From 9a989d7a47c04c3aa024106fb0af5b6c90af24b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:01:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, ]} /> -- 2.49.1