Skip to content

Commit d00ac39

Browse files
stephanjclaude
andcommitted
seo: improve homepage copy, hero video loading, and alt text
- Update download count from "thousands" to "45,000+" developers - Add poster attribute and preload="none" to hero video to improve Core Web Vitals LCP score - Fix YouTube thumbnail alt text to describe DevoxxGenie broadly rather than the specific demo topic Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 986df4a commit d00ac39

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docusaurus/src/pages/index.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ function HomepageHeader() {
1414
<header className={styles.heroBanner}>
1515
<video
1616
src={useBaseUrl('/img/DevoxxGenie.mp4')}
17+
poster={useBaseUrl('/img/devoxxgenie-hero-poster.jpg')}
1718
autoPlay
1819
loop
1920
muted
2021
playsInline
22+
preload="none"
2123
className={styles.heroVideo}
2224
/>
2325
<div className={styles.heroOverlay}>
@@ -80,7 +82,7 @@ export default function Home() {
8082
>
8183
<img
8284
src="https://img.youtube.com/vi/t1MOHCfsdvk/maxresdefault.jpg"
83-
alt="Spec-driven Development Demo"
85+
alt="DevoxxGenie AI Code Assistant demo video for IntelliJ IDEA"
8486
style={{width: '100%', display: 'block', borderRadius: '8px'}}
8587
/>
8688
<div style={{
@@ -267,7 +269,7 @@ milestone: v2.0
267269
to="/blog/devoxxgenie-plugin-integrations"
268270
style={{display: 'block', position: 'relative', borderRadius: '8px', overflow: 'hidden', boxShadow: '0 4px 8px rgba(0,0,0,0.1)'}}>
269271
<img
270-
src={useBaseUrl('/img/integrations/sonarlint-banner.png')}
272+
src={useBaseUrl('/img/integrations/sonarlint-banner.webp')}
271273
alt="DevoxxGenie Plugin Integrations"
272274
style={{width: '100%', display: 'block', borderRadius: '8px'}}
273275
/>
@@ -303,7 +305,7 @@ milestone: v2.0
303305
<div className="row">
304306
<div className="col col--12 text--center">
305307
<h2>Start Using DevoxxGenie Today</h2>
306-
<p>Join thousands of developers who are already using DevoxxGenie to improve their productivity.</p>
308+
<p>Join over 45,000 developers who are already using DevoxxGenie to improve their productivity.</p>
307309
<p><em>100% free and open source with no hidden costs - just bring your own API keys (BYOK)!</em></p>
308310
<div className={styles.buttons} style={{marginTop: '20px'}}>
309311
<Link

0 commit comments

Comments
 (0)