Skip to content

Commit 9bebc98

Browse files
committed
Update image paths in ColumnData for consistent project structure
1 parent 188d651 commit 9bebc98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/data/ColumnData.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const ColumnData = [
44
"movement": "Gathering",
55
"message": "The Awe",
66
"color": "border-t-blue-300",
7-
"imagePath": "/quadrants/images/praise.png",
7+
"imagePath": "/worship-planning/images/praise.png",
88
"imageClass": "scale-100",
99
"items": ["All glory and honor to God", "External expression of awe", "Sing God's praises"],
1010
"narrative": [
@@ -18,7 +18,7 @@ export const ColumnData = [
1818
"movement": "Word",
1919
"message": "The Story of God",
2020
"color": "border-t-blue-500",
21-
"imagePath": "/quadrants/images/faith.png",
21+
"imagePath": "/worship-planning/images/faith.png",
2222
"imageClass": "scale-110 translate-y-2",
2323
"items": ["Anchor in the Biblical narrative", "Hear God's attributes and deeds", "Storytelling songs and hymns", "Build a theological foundation"],
2424
"narrative": [
@@ -32,7 +32,7 @@ export const ColumnData = [
3232
"movement": "Table",
3333
"message": "The Gospel & Sacrifice",
3434
"color": "border-t-blue-700",
35-
"imagePath": "/quadrants/images/love.png",
35+
"imagePath": "/worship-planning/images/love.png",
3636
"imageClass": "scale-[1.35] translate-y-4",
3737
"items": ["Point back to the cross", "Active response to the gospel", "Communion and the sending", "Body of Christ in action"],
3838
"narrative": [
@@ -46,7 +46,7 @@ export const ColumnData = [
4646
"movement": "Sending",
4747
"message": "The Confession",
4848
"color": "border-t-blue-900",
49-
"imagePath": "/quadrants/images/hope.png",
49+
"imagePath": "/worship-planning/images/hope.png",
5050
"imageClass": "scale-100",
5151
"items": ["Share the hope of Christ", "Internal reflection of brokenness", "The need for repentance", "Quiet reflective moments"],
5252
"narrative": [

0 commit comments

Comments
 (0)