Polish About, forms, and share/contact UI
This commit is contained in:
+14
-4
@@ -119,7 +119,7 @@ export const DEFAULTS: SiteContent = {
|
||||
aboutShowP2:
|
||||
"Whether you're in the car, at the gym, or just looking for something to anchor your day, each episode is designed to feed your faith with solid, practical teaching.",
|
||||
aboutNate:
|
||||
'Nate Emmert is a husband, dad, and lifelong student of the Bible from Lynchburg, Va. He created Verse by Verse to share the joy of deep Scripture study in a format anyone can follow along with — no seminary required.',
|
||||
"Nate Emmert is a husband, dad, and lifelong student of the Bible from Lynchburg, Va. He's not a pastor or a professor — just someone who fell in love with digging into Scripture and wanted to bring others along for the journey. He created Verse by Verse to make deep Bible study accessible to anyone, whether you've read the Bible your whole life or you're just getting started. No seminary required. No prior knowledge assumed. Just the Word, unpacked verse by verse.",
|
||||
seriesLabel: 'Now Playing',
|
||||
seriesTitle: 'Study of Titus: Sound Doctrine',
|
||||
seriesDescription:
|
||||
@@ -862,6 +862,13 @@ function LandingPage({ content }: { content: SiteContent }) {
|
||||
<div className="section-inner about-inner">
|
||||
<div className="about-photo">
|
||||
<img src="/images/nate-photo.jpeg" alt="Nate Emmert" />
|
||||
<div className="about-photo-divider" aria-hidden="true" />
|
||||
<div className="about-nate-copy">
|
||||
<p className="eyebrow">About Nate</p>
|
||||
<div className="about-nate-rule" aria-hidden="true" />
|
||||
<p>{content.aboutNate}</p>
|
||||
<a href="#listen" className="about-nate-cta">Listen Now ↓</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="about-text">
|
||||
<p className="eyebrow">About the Show</p>
|
||||
@@ -869,8 +876,11 @@ function LandingPage({ content }: { content: SiteContent }) {
|
||||
<p>{content.aboutShowP1}</p>
|
||||
<p>{content.aboutShowP2}</p>
|
||||
<div className="rule-divider" aria-hidden="true" />
|
||||
<p className="eyebrow">About Nate</p>
|
||||
<p>{content.aboutNate}</p>
|
||||
<img
|
||||
src="/images/hebrews-4-12-verse-art.png"
|
||||
alt="Hebrews 4:12 verse artwork"
|
||||
className="about-verse-art"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -1094,7 +1104,7 @@ function LandingPage({ content }: { content: SiteContent }) {
|
||||
rel="noreferrer"
|
||||
className="btn-secondary"
|
||||
>
|
||||
creators.spotify.com/pod/profile/nmemmert
|
||||
Open Spotify Creator Profile
|
||||
</a>
|
||||
<ShareShowButton />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user