Update src/app/page.tsx

This commit is contained in:
2026-03-19 16:52:14 +00:00
parent 99cd0f7a5c
commit 2c8811291a

View File

@@ -92,13 +92,13 @@ export default function HomePage() {
imageAlt="WordMaster learning interface"
mediaAnimation="slide-up"
marqueeItems={[
{ label: "English" },
{ label: "German" },
{ label: "Spanish" },
{ label: "Chinese" },
{ label: "Arabic" },
{ label: "Russian" },
{ label: "Turkish" },
{ text: "English" },
{ text: "German" },
{ text: "Spanish" },
{ text: "Chinese" },
{ text: "Arabic" },
{ text: "Russian" },
{ text: "Turkish" },
]}
marqueeSpeed={40}
showMarqueeCard={true}