diff --git a/Caddyfile b/Caddyfile index 32b7b2d..cb6e9d9 100644 --- a/Caddyfile +++ b/Caddyfile @@ -29,6 +29,9 @@ www2.veda-egypt.com { path *.gif path *.svg path *.webp + path *.mp4 + path *.webm + path *.ogg } } diff --git a/src/components/Carousel.jsx b/src/components/Carousel.jsx index 5a129ab..71f4da7 100644 --- a/src/components/Carousel.jsx +++ b/src/components/Carousel.jsx @@ -5,32 +5,32 @@ import clsx from 'clsx'; const cards = [ { - image: 'images/act1.png', + image: '/images/act1.png', title: 'Yoga', description: 'Step fully into your body. The perfect start to the morning.', }, { - image: 'images/act2.png', + image: '/images/act2.png', title: 'Nutrition', description: 'Discover a variety of dietary options tailored to your health and wellness needs.', }, { - image: 'images/act3.png', + image: '/images/act3.png', title: 'Meditation', description: 'Enhance your mental clarity and inner peace through guided meditation practices.', }, { - image: 'images/act4.png', + image: '/images/act4.png', title: 'Massage', description: 'Profound relaxation through massage sessions, harmonizing with the high energies of Egypt.', }, { - image: 'images/act5.png', + image: '/images/act5.png', title: 'Workshops', description: 'Healing sessions and workshops designed to enrich your well-being', }, { - image: 'images/act6.png', + image: '/images/act6.png', title: 'Excursions', description: 'Experience unforgettable adventures with our curated Nile excursions.', },