Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-02 20:18:43 +00:00
parent ee090f5a7a
commit 01a14bf559

View File

@@ -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 (