This commit is contained in:
2025-08-28 16:28:28 +02:00
parent ddd0892ae7
commit 30a53b17ad
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export default function OurStory() {
return (
<>
<Header />
<main className="bg-[#FEFFF6]">
<main >
<StorySticky>
<Hero3 />
<Hero4 />

View File

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