We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552cbb7 commit bc2d220Copy full SHA for bc2d220
docs/src/app/[lang]/(home)/page.tsx
@@ -66,10 +66,9 @@ export default async function HomePage({
66
<div className={'absolute-fill dark:opacity-100 dark:block hidden'}>
67
<Prism
68
animationType={'rotate'}
69
- scale={1}
70
- offset={{ y: 120 }}
+ scale={1.2}
+ offset={{ y: 180 }}
71
noise={0}
72
- hueShift={0.7}
73
/>
74
</div>
75
{/* Hero Section */}
0 commit comments