diff --git a/public/images/home/home-banner-1.webp b/public/images/home/home-banner-1.webp new file mode 100644 index 0000000..801d510 Binary files /dev/null and b/public/images/home/home-banner-1.webp differ 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..2b5c74a 100644 --- a/src/components/Hero/Hero.tsx +++ b/src/components/Hero/Hero.tsx @@ -9,7 +9,7 @@ import { motion, AnimatePresence } from 'framer-motion' const slides = [ { id: 1, - image: '/images/home/home-banner-1-authentic.webp', + image: '/images/home/home-banner-1.webp', title: 'Experience Authentic Turkish Dining', subtitle: 'Authentic Turkish flavours await at Antalya.', btn1: 'View Menu', @@ -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',