diff --git a/public/images/home/home-banner-2.webp b/public/images/home/home-banner-2.webp new file mode 100644 index 0000000..80f7764 Binary files /dev/null and b/public/images/home/home-banner-2.webp differ diff --git a/public/images/home/home-banner-3.webp b/public/images/home/home-banner-3.webp new file mode 100644 index 0000000..325c3db Binary files /dev/null and b/public/images/home/home-banner-3.webp differ diff --git a/src/components/Hero/Hero.tsx b/src/components/Hero/Hero.tsx index 6156882..8ad2d5f 100644 --- a/src/components/Hero/Hero.tsx +++ b/src/components/Hero/Hero.tsx @@ -17,7 +17,7 @@ const slides = [ }, { id: 2, - image: '/images/home/home-banner-2-turkish-flavours.webp', + image: '/images/home/home-banner-2.webp', title: 'Taste Masterfully Crafted Turkish Flavours', subtitle: 'Discover Anatolian fire-kissed flavours.', btn1: 'Explore Our Menu', @@ -25,7 +25,7 @@ const slides = [ }, { id: 3, - image: '/images/home/home-banner-3-luxury.webp', + image: '/images/home/home-banner-3.webp', title: 'Luxury Turkish Dining Atmosphere', subtitle: 'Where elegance meets Turkish taste.', btn1: 'View Menu',