diff --git a/components/src/helix-design-system/product/typography.ts b/components/src/helix-design-system/product/typography.ts
index f2f83996a15a..e270586de861 100644
--- a/components/src/helix-design-system/product/typography.ts
+++ b/components/src/helix-design-system/product/typography.ts
@@ -63,7 +63,7 @@ const fontFamilyHeadingSmall = fontFamily
export const fontSizeHeadingSmallRegular = fontSizeHeadingSmall
export const lineHeightHeadingSmallRegular = lineHeightHeadingSmall
export const fontFamilyHeadingSmallRegular = fontFamilyHeadingSmall
-export const fontWeightHeadingSmallRegular = '600'
+export const fontWeightHeadingSmallRegular = '400'
export const fontStyleHeadingSmallRegular = `${fontWeightHeadingSmallRegular} ${fontSizeHeadingSmallRegular}/${lineHeightHeadingSmallRegular} ${fontFamilyHeadingSmallRegular}`
// Heading-Small-Bold
diff --git a/protocol-designer/src/pages/Landing/index.tsx b/protocol-designer/src/pages/Landing/index.tsx
index 76f7d94d72b7..87bd7fa19747 100644
--- a/protocol-designer/src/pages/Landing/index.tsx
+++ b/protocol-designer/src/pages/Landing/index.tsx
@@ -47,28 +47,30 @@ export function Landing(): JSX.Element {
aria-label="welcome image"
/>
{t('welcome')}
{t('no-code-solution')}
{/* TODO(ja, 8/7/24): replace this with LargeButton https://opentrons.atlassian.net/browse/AUTH-622 */}
- {t('create_new')}
+
+
+ {t('create_new')}
+
+
-
+
{t('import_existing')}