@@ -11,7 +11,6 @@ import { getTranslations, setRequestLocale } from "next-intl/server";
1111import { use } from "react" ;
1212import { routing } from '@/i18n/routing' ;
1313import { generateAlternates } from "@/lib/utils" ;
14- import { RANKED_LEADERBOARD_MODE } from "@/lib/leaderboard-config" ;
1514
1615// Generate static params for all locales
1716export function generateStaticParams ( ) {
@@ -84,10 +83,10 @@ export default function BlockMemoryPage({ params }: { params: Promise<{ locale:
8483 "priceCurrency" : "USD"
8584 } ,
8685 "featureList" : [
87- "Ranked mode with a fixed starting level " ,
88- "Practice mode with adjustable sequence length" ,
89- "Visual working memory training " ,
90- "Anonymous leaderboard "
86+ "Single- mode score attack gameplay " ,
87+ "Adjustable starting sequence length" ,
88+ "Score-based leaderboard " ,
89+ "Visual working memory training "
9190 ] ,
9291 "educationalUse" : "Working Memory Training" ,
9392 "learningResourceType" : "Interactive Game" ,
@@ -185,8 +184,7 @@ export default function BlockMemoryPage({ params }: { params: Promise<{ locale:
185184 faq = { faq }
186185 relatedGames = { [ "frog-memory-leap" , "schulte-table" ] }
187186 hasLeaderboard = { true }
188- leaderboardFormatterType = "levels"
189- leaderboardMode = { RANKED_LEADERBOARD_MODE }
187+ leaderboardFormatterType = "pts"
190188 structuredData = { structuredData }
191189 />
192190 ) ;
0 commit comments