From f9ba4b0c63ba47190442f5cf9a22d34ee612b6c0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:58:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a536511..45972ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3436.jpg", imageAlt: "Welcoming Maher Azeem Cafe interior with warm lighting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pakistan-dish-composition_23-2148821524.jpg", imageAlt: "Signature biryani dish plated beautifully" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pakistan-dish-composition_23-2148821524.jpg?_wi=1", imageAlt: "Signature biryani dish plated beautifully" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-slices-with-tomato-sauce-grey-floor-sauce-dish-meat-chicken-tomato_140725-96230.jpg", imageAlt: "Aromatic chicken karahi traditional dish" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-slices-with-tomato-sauce-grey-floor-sauce-dish-meat-chicken-tomato_140725-96230.jpg?_wi=1", imageAlt: "Aromatic chicken karahi traditional dish" } ]} buttons={[ @@ -71,10 +71,10 @@ export default function LandingPage() { tagIcon={Flame} features={[ { - title: "Signature Biryani", description: "Fragrant basmati rice layered with tender meat and aromatic spices. A local favorite for generations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pakistan-dish-composition_23-2148821524.jpg", imageAlt: "Signature biryani", button: { text: "Order Now", href: "#contact" } + title: "Signature Biryani", description: "Fragrant basmati rice layered with tender meat and aromatic spices. A local favorite for generations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pakistan-dish-composition_23-2148821524.jpg?_wi=2", imageAlt: "Signature biryani", button: { text: "Order Now", href: "#contact" } }, { - title: "Chicken Karahi", description: "Bold, flavorful curry prepared fresh in cast-iron karahi. Spiced to perfection with garlic and peppers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-slices-with-tomato-sauce-grey-floor-sauce-dish-meat-chicken-tomato_140725-96230.jpg", imageAlt: "Chicken karahi", button: { text: "Order Now", href: "#contact" } + title: "Chicken Karahi", description: "Bold, flavorful curry prepared fresh in cast-iron karahi. Spiced to perfection with garlic and peppers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-slices-with-tomato-sauce-grey-floor-sauce-dish-meat-chicken-tomato_140725-96230.jpg?_wi=2", imageAlt: "Chicken karahi", button: { text: "Order Now", href: "#contact" } }, { title: "Tikka Masala", description: "Tender chicken tikka in creamy tomato sauce. Creamy, rich, and deeply satisfying.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg", imageAlt: "Tikka masala", button: { text: "Order Now", href: "#contact" } -- 2.49.1