diff --git a/public/images/gallery/burlington-1.webp b/public/images/gallery/burlington-1.webp new file mode 100644 index 0000000..d342cb5 Binary files /dev/null and b/public/images/gallery/burlington-1.webp differ diff --git a/public/images/gallery/burlington-2.webp b/public/images/gallery/burlington-2.webp new file mode 100644 index 0000000..fabd704 Binary files /dev/null and b/public/images/gallery/burlington-2.webp differ diff --git a/public/images/gallery/burlington-3.webp b/public/images/gallery/burlington-3.webp new file mode 100644 index 0000000..10b03ed Binary files /dev/null and b/public/images/gallery/burlington-3.webp differ diff --git a/public/images/gallery/burlington-4.webp b/public/images/gallery/burlington-4.webp new file mode 100644 index 0000000..090431e Binary files /dev/null and b/public/images/gallery/burlington-4.webp differ diff --git a/public/images/gallery/burlington-5.webp b/public/images/gallery/burlington-5.webp new file mode 100644 index 0000000..03db926 Binary files /dev/null and b/public/images/gallery/burlington-5.webp differ diff --git a/public/images/gallery/burlington-6.webp b/public/images/gallery/burlington-6.webp new file mode 100644 index 0000000..5f23568 Binary files /dev/null and b/public/images/gallery/burlington-6.webp differ diff --git a/public/images/gallery/burlington-7.webp b/public/images/gallery/burlington-7.webp new file mode 100644 index 0000000..dc2d0da Binary files /dev/null and b/public/images/gallery/burlington-7.webp differ diff --git a/public/images/gallery/burlington-8.webp b/public/images/gallery/burlington-8.webp new file mode 100644 index 0000000..d949aa5 Binary files /dev/null and b/public/images/gallery/burlington-8.webp differ diff --git a/public/images/gallery/burlington-9.webp b/public/images/gallery/burlington-9.webp new file mode 100644 index 0000000..0441171 Binary files /dev/null and b/public/images/gallery/burlington-9.webp differ diff --git a/src/utils/constant.ts b/src/utils/constant.ts index 03ded66..1ae9c2d 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/burlington-1.webp', category: 'Interior', alt: 'Burlington Interior 1' }, + { id: 6, src: '/images/gallery/burlington-2.webp', category: 'Interior', alt: 'Burlington Interior 2' }, + { id: 7, src: '/images/gallery/burlington-3.webp', category: 'Interior', alt: 'Burlington Interior 3' }, + { id: 8, src: '/images/gallery/burlington-4.webp', category: 'Interior', alt: 'Burlington Interior 4' }, + { id: 9, src: '/images/gallery/burlington-5.webp', category: 'Interior', alt: 'Burlington Interior 5' }, + { id: 10, src: '/images/gallery/burlington-6.webp', category: 'Interior', alt: 'Burlington Interior 6' }, + { id: 11, src: '/images/gallery/burlington-7.webp', category: 'Interior', alt: 'Burlington Interior 7' }, + { id: 12, src: '/images/gallery/burlington-8.webp', category: 'Interior', alt: 'Burlington Interior 8' }, + { id: 13, src: '/images/gallery/burlington-9.webp', category: 'Interior', alt: 'Burlington Interior 9' }, ]; export const menuData = [