Switch to version 2: modified src/app/page.tsx

This commit is contained in:
2026-03-04 07:45:23 +00:00
parent 4b88982828
commit ee17bda3f6

View File

@@ -200,7 +200,7 @@ export default function HomePage() {
]}
showRating={true}
textboxLayout="default"
animationType="slide-up"
animationType="scale-rotate"
useInvertedBackground={false}
/>
</div>
@@ -226,4 +226,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}