Add editable PRISM homepage section
This commit is contained in:
@@ -174,6 +174,19 @@ export interface SiteContent {
|
||||
// ── Share ──
|
||||
shareHeading: string
|
||||
shareP: string
|
||||
// ── PRISM Video ──
|
||||
prismVideoUrl: string
|
||||
prismEyebrow: string
|
||||
prismHeading: string
|
||||
prismIntro: string
|
||||
prismPatternIntro: string
|
||||
prismStep1: string
|
||||
prismStep2: string
|
||||
prismStep3: string
|
||||
prismStep4: string
|
||||
prismStep5: string
|
||||
prismOutro: string
|
||||
prismClosing: string
|
||||
// ── Homepage navigation cards ──
|
||||
whereToNextEyebrow: string
|
||||
whereToNextHeading: string
|
||||
@@ -319,6 +332,21 @@ export const DEFAULTS: SiteContent = {
|
||||
colossiansStudySections: DEFAULT_COLOSSIANS_STUDY_SECTIONS,
|
||||
shareHeading: 'Help one more person hear the Word this week.',
|
||||
shareP: 'Scan the QR code or text the show link to a friend who needs encouragement today.',
|
||||
prismVideoUrl: '/images/PRISM.mp4',
|
||||
prismEyebrow: 'Featured Video',
|
||||
prismHeading: 'PRISM',
|
||||
prismIntro:
|
||||
'What if every time you opened your Bible, you had a clear, repeatable method to actually dig in?',
|
||||
prismPatternIntro:
|
||||
'In this bonus episode, I walk you through P.R.I.S.M. — a five-step daily Bible study pattern designed to help you slow down, go deep, and let the Word do its work.',
|
||||
prismStep1: 'P — Pray before you read',
|
||||
prismStep2: 'R — Read slowly and observe',
|
||||
prismStep3: 'I — Interpret with context',
|
||||
prismStep4: 'S — Study and apply specifically',
|
||||
prismStep5: 'M — Memorize one verse at a time',
|
||||
prismOutro:
|
||||
"Whether you're brand new to daily Bible reading or you've been at it for years, P.R.I.S.M. gives you a consistent framework for every passage, every day.",
|
||||
prismClosing: "The goal isn't to get through the text - it's to let the text get through to you.",
|
||||
whereToNextEyebrow: 'Where to Next',
|
||||
whereToNextHeading: 'Choose the page you need.',
|
||||
whereToNextCards: [
|
||||
|
||||
Reference in New Issue
Block a user