This commit is contained in:
2025-08-21 18:02:42 +02:00
parent cec6bd007e
commit 194a427184
2 changed files with 9 additions and 6 deletions

View File

@@ -29,6 +29,9 @@ www2.veda-egypt.com {
path *.gif path *.gif
path *.svg path *.svg
path *.webp path *.webp
path *.mp4
path *.webm
path *.ogg
} }
} }

View File

@@ -5,32 +5,32 @@ import clsx from 'clsx';
const cards = [ const cards = [
{ {
image: 'images/act1.png', image: '/images/act1.png',
title: 'Yoga', title: 'Yoga',
description: 'Step fully into your body. The perfect start to the morning.', description: 'Step fully into your body. The perfect start to the morning.',
}, },
{ {
image: 'images/act2.png', image: '/images/act2.png',
title: 'Nutrition', title: 'Nutrition',
description: 'Discover a variety of dietary options tailored to your health and wellness needs.', description: 'Discover a variety of dietary options tailored to your health and wellness needs.',
}, },
{ {
image: 'images/act3.png', image: '/images/act3.png',
title: 'Meditation', title: 'Meditation',
description: 'Enhance your mental clarity and inner peace through guided meditation practices.', description: 'Enhance your mental clarity and inner peace through guided meditation practices.',
}, },
{ {
image: 'images/act4.png', image: '/images/act4.png',
title: 'Massage', title: 'Massage',
description: 'Profound relaxation through massage sessions, harmonizing with the high energies of Egypt.', description: 'Profound relaxation through massage sessions, harmonizing with the high energies of Egypt.',
}, },
{ {
image: 'images/act5.png', image: '/images/act5.png',
title: 'Workshops', title: 'Workshops',
description: 'Healing sessions and workshops designed to enrich your well-being', description: 'Healing sessions and workshops designed to enrich your well-being',
}, },
{ {
image: 'images/act6.png', image: '/images/act6.png',
title: 'Excursions', title: 'Excursions',
description: 'Experience unforgettable adventures with our curated Nile excursions.', description: 'Experience unforgettable adventures with our curated Nile excursions.',
}, },