Update src/app/page.tsx

This commit is contained in:
2026-06-08 00:32:23 +00:00
parent 062626d651
commit d1ca6ac71a

View File

@@ -87,12 +87,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg?_wi=1",
imageAlt: "Whole roasted chicken dish",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg?_wi=1",
imageAlt: "Plate of chicken and sides",
},
{
@@ -183,7 +183,7 @@ export default function LandingPage() {
imageAlt: "Chicken roasting in a professional oven",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg?_wi=2",
imageAlt: "chicken marinating with herbs",
},
{
@@ -200,7 +200,7 @@ export default function LandingPage() {
imageAlt: "Chef cooking in a professional kitchen",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg?_wi=2",
imageAlt: "chicken marinating with herbs",
},
]}