Skip to content

Commit 3a89a37

Browse files
committed
Address Copilot review comments on hero markup
1 parent 653cdfe commit 3a89a37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ function HomepageHeader() {
1919
<header className={clsx('hero hero--primary', styles.heroBanner)}>
2020
<div className={clsx('container', styles.heroContainer)}>
2121
<div className={styles.heroText}>
22-
<Heading as='h1' className={clsx('hero__title', styles.heroTitle)}>
22+
<Heading as='h1' className={styles.heroTitle}>
2323
{siteConfig.title}
2424
</Heading>
25-
<p className={clsx('hero__subtitle', styles.heroSubtitle)}>
26-
{siteConfig.tagline}
27-
</p>
25+
<p className={styles.heroSubtitle}>{siteConfig.tagline}</p>
2826
</div>
2927
<div className={styles.heroImageWrapper}>
3028
<img
3129
src='/img/stacklok-websitehero.webp'
3230
alt=''
3331
aria-hidden='true'
3432
className={styles.heroImage}
33+
width={2560}
34+
height={1763}
3535
/>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)