Skip to content

Commit c718cb8

Browse files
authored
Merge pull request #86 from StarnetSP/main
Increase carousel autoplay delay on home page showcase
2 parents a1fa077 + cff15d7 commit c718cb8

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)