diff --git a/src/app/page.tsx b/src/app/page.tsx index cecacc8..6323e9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-food-with-rice-tomatoes_23-2148294987.jpg", imageAlt: "Fresh Sri Lankan curry rice meal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg", imageAlt: "Delicious fried chicken kottu" }, - { imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg", imageAlt: "Chicken rice and curry" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg?_wi=1", imageAlt: "Delicious fried chicken kottu" }, + { imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg?_wi=1", imageAlt: "Chicken rice and curry" } ]} buttons={[ { text: "Call Now - 077 928 0375", href: "tel:0779280375" }, @@ -84,8 +84,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "1", name: "Fried Chicken Kottu", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg", imageAlt: "Fried Chicken Kottu Roti", initialQuantity: 1 }, - { id: "2", name: "Chicken Rice & Curry", price: "Rs 400", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg", imageAlt: "Chicken Rice and Curry", initialQuantity: 1 }, + { id: "1", name: "Fried Chicken Kottu", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg?_wi=2", imageAlt: "Fried Chicken Kottu Roti", initialQuantity: 1 }, + { id: "2", name: "Chicken Rice & Curry", price: "Rs 400", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg?_wi=2", imageAlt: "Chicken Rice and Curry", initialQuantity: 1 }, { id: "3", name: "Crispy Fried Chicken", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25718.jpg", imageAlt: "Crispy Fried Chicken", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width"