Update src/app/page.tsx

This commit is contained in:
2026-05-25 06:59:35 +00:00
parent 42637899de
commit be933efad1

View File

@@ -74,12 +74,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg?_wi=1",
imageAlt: "Spice selection",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg?_wi=1",
imageAlt: "Fresh herbs",
},
{
@@ -269,7 +269,7 @@ export default function LandingPage() {
button: {
text: "Inquire Bulk",
},
imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg?_wi=2",
imageAlt: "Exotic spices composition",
},
{
@@ -285,7 +285,7 @@ export default function LandingPage() {
button: {
text: "Contact Sales",
},
imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg?_wi=2",
imageAlt: "Exotic spices composition",
},
]}