Move Q&A submit CTA to top of page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -695,6 +695,11 @@ export default function QASection() {
|
||||
<span className="ornament">✦</span> Questions & Answers <span className="ornament">✦</span>
|
||||
</h2>
|
||||
|
||||
<div className="qa-submit-cta">
|
||||
<p className="qa-submit-cta-text">Have a question about Scripture or the podcast?</p>
|
||||
<Link to="/contact" className="btn-primary">Submit a Question →</Link>
|
||||
</div>
|
||||
|
||||
{loading ? (
|
||||
<div className="qa-skeleton-list" aria-busy="true" aria-label="Loading questions">
|
||||
{[0, 1, 2].map(i => (
|
||||
@@ -1010,10 +1015,6 @@ export default function QASection() {
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
<div className="qa-submit-cta">
|
||||
<p className="qa-submit-cta-text">Have a question about Scripture or the podcast?</p>
|
||||
<Link to="/contact" className="btn-primary">Submit a Question →</Link>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user