Skip to content

Commit cff15d7

Browse files
committed
Increase carousel autoplay delay on home page showcase
1 parent edbe62f commit cff15d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/[lang]/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function HomePage() {
4545
title: "Hynergy: Electric Motor",
4646
author: "by seyager",
4747
image: ElectricMotor,
48-
link: "https://x.com/SeyagerYT"
48+
link: "https://x.com/SeyagerYT",
4949
},
5050
{
5151
title: "[WIP] Hylamity: Wulfrum Prosthesis",
@@ -117,7 +117,7 @@ export default function HomePage() {
117117
className="w-full"
118118
plugins={[
119119
Autoplay({
120-
delay: 2000,
120+
delay: 4000,
121121
}),
122122
]}
123123
>

0 commit comments

Comments
 (0)