From dfa687e6133ad5b983a6b39417dfbeed87729686 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 10:09:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca5954f..d47373b 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} @@ -140,7 +140,7 @@ export default function LandingPage() {