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 *.svg
path *.webp
path *.mp4
path *.webm
path *.ogg
}
}

View File

@@ -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.',
},