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.
2 parents a1fa077 + cff15d7 commit c718cb8Copy full SHA for c718cb8
1 file changed
src/app/[lang]/(home)/page.tsx
@@ -45,7 +45,7 @@ export default function HomePage() {
45
title: "Hynergy: Electric Motor",
46
author: "by seyager",
47
image: ElectricMotor,
48
- link: "https://x.com/SeyagerYT"
+ link: "https://x.com/SeyagerYT",
49
},
50
{
51
title: "[WIP] Hylamity: Wulfrum Prosthesis",
@@ -117,7 +117,7 @@ export default function HomePage() {
117
className="w-full"
118
plugins={[
119
Autoplay({
120
- delay: 2000,
+ delay: 4000,
121
}),
122
]}
123
>
0 commit comments