diff --git a/src/app/page.tsx b/src/app/page.tsx index 0011d9b..044acdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { buttonAnimation="blur-reveal" background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg", imageAlt: "Authentic Pakistani biryani" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg", imageAlt: "Golden crispy chicken pies" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg", imageAlt: "Fresh homemade cinnamon rolls" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg", imageAlt: "Traditional biryani presentation" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg", imageAlt: "Perfectly baked chicken pies" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg", imageAlt: "Warm cinnamon rolls plated" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg?_wi=1", imageAlt: "Authentic Pakistani biryani" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg?_wi=1", imageAlt: "Golden crispy chicken pies" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg?_wi=1", imageAlt: "Fresh homemade cinnamon rolls" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg?_wi=2", imageAlt: "Traditional biryani presentation" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg?_wi=2", imageAlt: "Perfectly baked chicken pies" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg?_wi=2", imageAlt: "Warm cinnamon rolls plated" } ]} autoPlay={true} autoPlayInterval={4000} @@ -141,7 +141,7 @@ export default function LandingPage() {