diff --git a/src/app/page.tsx b/src/app/page.tsx index 55eec1a..a3a2e77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,7 +200,7 @@ export default function HomePage() { ]} showRating={true} textboxLayout="default" - animationType="slide-up" + animationType="scale-rotate" useInvertedBackground={false} /> @@ -226,4 +226,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}