From df0200e7847a44bcde429c24c031fb3cdd0658d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 13:46:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4ac8df..7c8d6db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/meat-with-vegetables-pan-pickles_140725-6251.jpg", imageAlt: "Grilled fish specialty" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg", imageAlt: "Chicken karahi sizzling" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg", imageAlt: "Fast food favorites" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg", imageAlt: "Tawa fish perfection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg?_wi=1", imageAlt: "Chicken karahi sizzling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg?_wi=1", imageAlt: "Fast food favorites" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg?_wi=1", imageAlt: "Tawa fish perfection" }, { imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-lentil-soup-with-wooden-spoon_114579-69166.jpg", imageAlt: "Dal mash comfort food" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg", imageAlt: "Fresh pizza slice" } ]} @@ -136,7 +136,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "gallery-1", name: "Karahi Preparation", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg", imageAlt: "Chef preparing karahi" + id: "gallery-1", name: "Karahi Preparation", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg?_wi=1", imageAlt: "Chef preparing karahi" }, { id: "gallery-2", name: "Grilled Fish Plate", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-red-fish-with-stew-greens-sauce-plate_141793-3941.jpg", imageAlt: "Beautifully plated grilled fish" @@ -160,10 +160,10 @@ export default function LandingPage() {