From 99d05ec1c452f932d5cc045452b1cea7540c744f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:57:56 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9e40153..d7fe082 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -43,13 +43,13 @@ export default function GalleryPage() { Date: Mon, 9 Mar 2026 10:57:56 +0000 Subject: [PATCH 2/2] 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 6bf218f..22f9438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,13 +205,13 @@ export default function HomePage() { tag="Photo Gallery" blogs={[ { - id: "1", category: "Dishes", title: "Signature Butter Chicken", excerpt: "Our most popular dish featuring tender chicken in a rich, creamy tomato sauce with aromatic spices.", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cookies-cannabis-leaf-put-black-plate_1150-27994.jpg", imageAlt: "Butter Chicken", authorName: "Chef Harpreet", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-camera-pointing-side-isolated-brown-background_141793-133866.jpg", date: "Signature Dish"}, + id: "1", category: "Dishes", title: "Signature Butter Chicken", excerpt: "Our most popular dish featuring tender chicken in a rich, creamy tomato sauce with aromatic spices.", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cookies-cannabis-leaf-put-black-plate_1150-27994.jpg?_wi=1", imageAlt: "Butter Chicken", authorName: "Chef Harpreet", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-camera-pointing-side-isolated-brown-background_141793-133866.jpg", date: "Signature Dish"}, { - id: "2", category: "Ambiance", title: "Warm Restaurant Interior", excerpt: "Our cozy dining space designed to provide authentic Punjabi hospitality and comfort for families and gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Restaurant Interior", authorName: "Sada Punjab", authorAvatar: "http://img.b2bpic.net/free-vector/chef-occupation-career-badges-collection_23-2149978290.jpg", date: "Dining Space"}, + id: "2", category: "Ambiance", title: "Warm Restaurant Interior", excerpt: "Our cozy dining space designed to provide authentic Punjabi hospitality and comfort for families and gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1", imageAlt: "Restaurant Interior", authorName: "Sada Punjab", authorAvatar: "http://img.b2bpic.net/free-vector/chef-occupation-career-badges-collection_23-2149978290.jpg", date: "Dining Space"}, { - id: "3", category: "Dishes", title: "Tandoori Specialties", excerpt: "Expertly prepared tandoori items marinated in traditional spices and cooked in our traditional clay oven.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-79281.jpg", imageAlt: "Tandoori Platter", authorName: "Chef Ranvir", authorAvatar: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg", date: "Chef's Special"}, + id: "3", category: "Dishes", title: "Tandoori Specialties", excerpt: "Expertly prepared tandoori items marinated in traditional spices and cooked in our traditional clay oven.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-79281.jpg?_wi=1", imageAlt: "Tandoori Platter", authorName: "Chef Ranvir", authorAvatar: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg", date: "Chef's Special"}, { - id: "4", category: "Ambiance", title: "Punjabi Thali Experience", excerpt: "Complete Punjabi meal experience with multiple dishes, breads, and accompaniments representing the region's culinary richness.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-meal-with-beef-rice-vegetables-generated-by-ai_188544-20448.jpg", imageAlt: "Punjabi Thali", authorName: "Chef Priya", authorAvatar: "http://img.b2bpic.net/free-photo/female-chef-pointing-away-white-uniform-looking-doubtful_176474-11729.jpg", date: "Complete Meal"}, + id: "4", category: "Ambiance", title: "Punjabi Thali Experience", excerpt: "Complete Punjabi meal experience with multiple dishes, breads, and accompaniments representing the region's culinary richness.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-meal-with-beef-rice-vegetables-generated-by-ai_188544-20448.jpg?_wi=1", imageAlt: "Punjabi Thali", authorName: "Chef Priya", authorAvatar: "http://img.b2bpic.net/free-photo/female-chef-pointing-away-white-uniform-looking-doubtful_176474-11729.jpg", date: "Complete Meal"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1