diff --git a/src/app/story/page.jsx b/src/app/story/page.jsx
index d3a3606..3108ba3 100644
--- a/src/app/story/page.jsx
+++ b/src/app/story/page.jsx
@@ -10,7 +10,7 @@ export default function OurStory() {
return (
<>
-
+
diff --git a/src/components/Retreats.jsx b/src/components/Retreats.jsx
index a479f5f..7206cf6 100644
--- a/src/components/Retreats.jsx
+++ b/src/components/Retreats.jsx
@@ -21,19 +21,19 @@ const product = {
{
id: 2,
name: 'Private Retreat Space 2',
- src: '/images/veda2.jpg',
+ src: '/images/activities/healing.jpg',
alt: 'Elegant dahabiya for private groups',
},
{
id: 3,
name: 'Private Retreat Space 3',
- src: '/images/veda3.jpg',
+ src: '/images/activities/relax.jpg',
alt: 'Private retreat on the Nile',
},
{
id: 4,
name: 'Private Retreat Space 4',
- src: '/images/veda4.jpg',
+ src: '/images/activities/mind.jpg',
alt: 'Exclusive dahabiya experience',
},
],