From 01a14bf559dbcf3eae47df7be61209072d4e7b96 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:18:43 +0000 Subject: [PATCH] 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 5bae894..d37f8cc 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -11,16 +11,16 @@ export default function GalleryPage() { const galleryFeatures = [ { id: 1, - title: "Main Dining Area", description: "Our spacious and elegantly designed main dining hall with ambient lighting and comfortable seating for families and groups.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg"}, + title: "Main Dining Area", description: "Our spacious and elegantly designed main dining hall with ambient lighting and comfortable seating for families and groups.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=2"}, { id: 2, - title: "Rooftop Seating", description: "Enjoy dining under the stars on our rooftop terrace with a panoramic view of Jhenaidah's evening skyline.", imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg"}, + title: "Rooftop Seating", description: "Enjoy dining under the stars on our rooftop terrace with a panoramic view of Jhenaidah's evening skyline.", imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=2"}, { id: 3, - title: "Intimate Corners", description: "Cozy nooks perfect for couples and small gatherings, designed for intimate conversations and special moments.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pregnancy-young-family-pregnant-woman-man-happy-couple-wife-husband_1328-5073.jpg"}, + title: "Intimate Corners", description: "Cozy nooks perfect for couples and small gatherings, designed for intimate conversations and special moments.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pregnancy-young-family-pregnant-woman-man-happy-couple-wife-husband_1328-5073.jpg?_wi=2"}, { id: 4, - title: "Kitchen Showcase", description: "Our open kitchen concept allows you to see our expert chefs preparing fresh pizzas and authentic dishes.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-baker-holding-fresh-baked-pizza-laying-metallic-shovel_651396-860.jpg"}, + title: "Kitchen Showcase", description: "Our open kitchen concept allows you to see our expert chefs preparing fresh pizzas and authentic dishes.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-baker-holding-fresh-baked-pizza-laying-metallic-shovel_651396-860.jpg?_wi=2"}, ]; return (