feat: make it golden

This commit is contained in:
Henry Li
2026-02-09 09:15:39 +08:00
parent ddbda4e38f
commit 305e8969ef

View File

@@ -43,7 +43,9 @@ export function WordRotate({
className={cn(className)}
{...motionProps}
>
<AuroraText>{words[index]}</AuroraText>
<AuroraText speed={3} colors={["#efefbb", "#e9c665", "#e3a812"]}>
{words[index]}
</AuroraText>
</motion.h1>
</AnimatePresence>
</div>