diff --git a/public/images/gallery/kitchener-1.webp b/public/images/gallery/kitchener-1.webp new file mode 100644 index 0000000..71818d9 Binary files /dev/null and b/public/images/gallery/kitchener-1.webp differ diff --git a/public/images/gallery/kitchener-2.webp b/public/images/gallery/kitchener-2.webp new file mode 100644 index 0000000..c886d5b Binary files /dev/null and b/public/images/gallery/kitchener-2.webp differ diff --git a/public/images/gallery/kitchener-3.webp b/public/images/gallery/kitchener-3.webp new file mode 100644 index 0000000..92d8acf Binary files /dev/null and b/public/images/gallery/kitchener-3.webp differ diff --git a/public/images/gallery/kitchener-4.webp b/public/images/gallery/kitchener-4.webp new file mode 100644 index 0000000..9a6cb51 Binary files /dev/null and b/public/images/gallery/kitchener-4.webp differ diff --git a/public/images/gallery/kitchener-5.webp b/public/images/gallery/kitchener-5.webp new file mode 100644 index 0000000..3a6db4a Binary files /dev/null and b/public/images/gallery/kitchener-5.webp differ diff --git a/public/images/gallery/kitchener-6.webp b/public/images/gallery/kitchener-6.webp new file mode 100644 index 0000000..6127f27 Binary files /dev/null and b/public/images/gallery/kitchener-6.webp differ diff --git a/public/images/gallery/kitchener-7.webp b/public/images/gallery/kitchener-7.webp new file mode 100644 index 0000000..5fc379d Binary files /dev/null and b/public/images/gallery/kitchener-7.webp differ diff --git a/public/images/gallery/kitchener-8.webp b/public/images/gallery/kitchener-8.webp new file mode 100644 index 0000000..a529da7 Binary files /dev/null and b/public/images/gallery/kitchener-8.webp differ diff --git a/public/images/gallery/kitchener-9.webp b/public/images/gallery/kitchener-9.webp new file mode 100644 index 0000000..787144c Binary files /dev/null and b/public/images/gallery/kitchener-9.webp differ diff --git a/src/utils/constant.ts b/src/utils/constant.ts index 03ded66..42fd5ae 100644 --- a/src/utils/constant.ts +++ b/src/utils/constant.ts @@ -471,11 +471,17 @@ export const blogData = [ export const galleryData = [ { id: 1, src: '/images/gallery/gallery-1.webp', category: 'Food', alt: 'Delicious Kebab' }, { id: 2, src: '/images/gallery/gallery-2.webp', category: 'Food', alt: 'Sweet Baklava' }, - { id: 3, src: '/images/gallery/gallery-3.webp', category: 'Interior', alt: 'Restaurant Ambience' }, - { id: 4, src: '/images/gallery/gallery-4.webp', category: 'Interior', alt: 'Dining Area' }, - { id: 5, src: '/images/gallery/gallery-5.webp', category: 'Food', alt: 'Grilled Meat' }, - { id: 6, src: '/images/gallery/gallery-6.webp', category: 'Interior', alt: 'Cozy Seating' }, - { id: 7, src: '/images/gallery/mix-platters.jpg', category: 'Food', alt: 'Special Mix Platters' }, + { id: 3, src: '/images/gallery/gallery-5.webp', category: 'Food', alt: 'Grilled Meat' }, + { id: 4, src: '/images/gallery/mix-platters.jpg', category: 'Food', alt: 'Special Mix Platters' }, + { id: 5, src: '/images/gallery/kitchener-1.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 1' }, + { id: 6, src: '/images/gallery/kitchener-2.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 2' }, + { id: 7, src: '/images/gallery/kitchener-3.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 3' }, + { id: 8, src: '/images/gallery/kitchener-4.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 4' }, + { id: 9, src: '/images/gallery/kitchener-5.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 5' }, + { id: 10, src: '/images/gallery/kitchener-6.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 6' }, + { id: 11, src: '/images/gallery/kitchener-7.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 7' }, + { id: 12, src: '/images/gallery/kitchener-8.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 8' }, + { id: 13, src: '/images/gallery/kitchener-9.webp', category: 'Interior', alt: 'Antalya Kitchener Interior 9' }, ]; export const menuData = [