Update src/app/gallery/page.tsx

This commit is contained in:
2026-05-12 17:12:35 +00:00
parent c5836d2908
commit 5e199bc2df

View File

@@ -38,9 +38,9 @@ export default function GalleryPage() {
textboxLayout="default"
animationType="slide-up"
features={[
{ id: "1", title: "Dining Hall", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg" },
{ id: "2", title: "Gourmet Pasta", imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg" },
{ id: "3", title: "Elegant Setting", imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg" },
{ id: "1", title: "Dining Hall", tag: "Interior", description: "Elegant indoor dining", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg" },
{ id: "2", title: "Gourmet Pasta", tag: "Cuisine", description: "Freshly prepared pasta", imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg" },
{ id: "3", title: "Elegant Setting", tag: "Atmosphere", description: "Atmospheric dining", imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg" },
]}
/>
<FooterCard