Update src/app/page.tsx

This commit is contained in:
2026-03-19 16:52:45 +00:00
parent 2c8811291a
commit cb352927ac

View File

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