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={[
|
||||
{ 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}
|
||||
|
||||
Reference in New Issue
Block a user