From 351c8e98a84b777d691ca9d8ac7ffcaf08fd8961 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c346857..0aa3f87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,13 @@ export default function LandingPage() { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Restaurant Ambiance" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-table_140725-413.jpg", imageAlt: "Grilled Specialties" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-table_140725-413.jpg?_wi=1", imageAlt: "Grilled Specialties" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034028.jpg", imageAlt: "Fresh Breads" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034028.jpg?_wi=1", imageAlt: "Fresh Breads" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg", imageAlt: "Professional Kitchen" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg?_wi=1", imageAlt: "Professional Kitchen" } ]} autoPlay={true} @@ -98,7 +98,7 @@ export default function LandingPage() { title: "Impeccable Service", description: "Dedicated staff committed to delivering exceptional hospitality for celebrations, corporate events, and intimate family dinners." } ]} - imageSrc="http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg?_wi=2" imageAlt="Professional kitchen setup" imagePosition="right" textboxLayout="default" @@ -124,10 +124,10 @@ export default function LandingPage() { id: "02", title: "Haleem - Slow-Cooked Perfection", description: "Premium minced meat blended with lentils and spices, slow-cooked until it reaches a smooth, rich consistency that melts in your mouth.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-sauteed-bone-broth-with-herbs-tomato-sauce_114579-1900.jpg", imageAlt: "Haleem Specialty" }, { - id: "03", title: "Seekh Kebabs - Grilled Speciality", description: "Succulent meat kebabs marinated in yogurt and spices, expertly grilled over charcoal for the perfect smoky finish and authentic flavor.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-table_140725-413.jpg", imageAlt: "Seekh Kebabs" + id: "03", title: "Seekh Kebabs - Grilled Speciality", description: "Succulent meat kebabs marinated in yogurt and spices, expertly grilled over charcoal for the perfect smoky finish and authentic flavor.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-table_140725-413.jpg?_wi=2", imageAlt: "Seekh Kebabs" }, { - id: "04", title: "Fresh Tandoori Breads", description: "Authentic naan, roti, and paratha prepared fresh in our traditional tandoor, perfect accompaniment to any curry or main course.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034028.jpg", imageAlt: "Fresh Breads" + id: "04", title: "Fresh Tandoori Breads", description: "Authentic naan, roti, and paratha prepared fresh in our traditional tandoor, perfect accompaniment to any curry or main course.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034028.jpg?_wi=2", imageAlt: "Fresh Breads" } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1