chore: move images to public/images and update imports

This commit is contained in:
2025-08-20 12:35:28 +02:00
parent d602341caf
commit b7004026c0
162 changed files with 43 additions and 392 deletions

View File

@@ -1,8 +1,3 @@
import act1 from '@/images/act1.png'
import act2 from '@/images/act2.png'
import act3 from '@/images/act3.png'
const posts = [
{
id: 1,
@@ -11,7 +6,7 @@ const posts = [
description:
'Step fully into your body. The perfect start to the morning.',
image:
'images/act1.png',
'/images/act1.png',
},
{
id: 2,
@@ -20,7 +15,7 @@ const posts = [
description:
'Open your mind, enter a deeper state of awareness.',
image:
'images/act3.png',
'/images/act3.png',
},
{
id: 3,
@@ -29,7 +24,7 @@ const posts = [
description:
'Gluten-free, vegetarian, vegan, detox diets, & more.',
image:
'images/act2.png',
'/images/act2.png',
},
]
@@ -76,4 +71,3 @@ const posts = [
</div>
)
}