Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user