diff --git a/website/components/cmdk/framer.tsx b/website/components/cmdk/framer.tsx
index 25e68b12..8f3f71e6 100644
--- a/website/components/cmdk/framer.tsx
+++ b/website/components/cmdk/framer.tsx
@@ -2,7 +2,7 @@ import { Command } from 'cmdk'
import React from 'react'
export function FramerCMDK() {
- const [value, setValue] = React.useState('button')
+ const [value, setValue] = React.useState('Button')
return (
setValue(v)}>
@@ -17,7 +17,7 @@ export function FramerCMDK() {
-
- -
+
-
-
@@ -39,13 +39,13 @@ export function FramerCMDK() {
- {value === 'button' &&
}
- {value === 'input' &&
}
- {value === 'badge' &&
}
- {value === 'radio' &&
}
- {value === 'avatar' &&
}
- {value === 'slider' &&
}
- {value === 'container' &&
}
+ {value === 'Button' &&
}
+ {value === 'Input' &&
}
+ {value === 'Badge' &&
}
+ {value === 'Radio' &&
}
+ {value === 'Avatar' &&
}
+ {value === 'Slider' &&
}
+ {value === 'Container' &&
}